#385DDE

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

Shades of Royal Blue #385DDE

Tints of Royal Blue #385DDE

Color information

#385DDE (or 0x385DDE) is unknown color: approx Royal Blue. HEX triplet: 38, 5D and DE. RGB value is (56,93,222). Sum of RGB (Red+Green+Blue) = 56+93+222=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #385DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DDE is #C7A221. Grayscale: #606060. Windows color (decimal): -13083170 or 14572856. OLE color: 14572856.

HSL color Cylindrical-coordinate representation of color #385DDE: hue angle of 226.63º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385DDE is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5693222-
CMYK0.750.5800.13
HSL226.63º71.55%54.51%-
HSV(B)226.63º74.77%87.06%-
XYZ18.7313.9470.81-
YUV96.64198.7499.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.09%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 222 (87.11% from 255) = 59.84%
R=15.09%
G=25.07%
B=59.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal56932220.750.5800.13226.6371.5554.51
Hex385DDE4B3A0De34837
Octal701353361137201534311067
Binary111000101110111011110100101111101001101111000111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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