#385DDB

Color #385DDB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #385DDB

Tints of Royal Blue #385DDB

Color information

#385DDB (or 0x385DDB) is unknown color: approx Royal Blue. HEX triplet: 38, 5D and DB. RGB value is (56,93,219). Sum of RGB (Red+Green+Blue) = 56+93+219=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #385DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DDB is #C7A224. Grayscale: #5F5F5F. Windows color (decimal): -13083173 or 14376248. OLE color: 14376248.

HSL color Cylindrical-coordinate representation of color #385DDB: hue angle of 226.38º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #385DDB is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5693219-
CMYK0.740.5800.14
HSL226.38º69.36%53.92%-
HSV(B)226.38º74.43%85.88%-
XYZ18.3313.7868.71-
YUV96.3197.2499.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 15.22%
GREEN value IS 93 (36.72% from 255) = 25.27%
BLUE value IS 219 (85.94% from 255) = 59.51%
R=15.22%
G=25.27%
B=59.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal56932190.740.5800.14226.3869.3653.92
Hex385DDB4A3A0Ee24536
Octal701353331127201634210566
Binary111000101110111011011100101011101001110111000101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385DDB; }

 p { color: rgb(56,93,219); }

 H1.HeaderClassName
 {
   color: #385DDB;
 }
 .AnyTagClassName
 {
   color: #385DDB;
 }
</style>
background-color css

<style>
 a { background-color: #385DDB; }

 a { background-color: rgb(56,93,219); }

 div.DivClassName
 {
   background-color: #385DDB;
 }
 .BgClassName
 {
   background-color: #385DDB;
 }
</style>
border-color css

<style>
 span { border-color: #385DDB; }

 span { border-color: rgb(56,93,219); }

 td.TdClassName
 {
   border-color: #385DDB;
 }
 .TagClassName
 {
   border-color: #385DDB;
 }
</style>