#385CED

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

Shades of Royal Blue #385CED

Tints of Royal Blue #385CED

Color information

#385CED (or 0x385CED) is unknown color: approx Royal Blue. HEX triplet: 38, 5C and ED. RGB value is (56,92,237). Sum of RGB (Red+Green+Blue) = 56+92+237=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #385CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385CED is #C7A312. Grayscale: #616161. Windows color (decimal): -13083411 or 15555640. OLE color: 15555640.

HSL color Cylindrical-coordinate representation of color #385CED: hue angle of 228.07º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #385CED is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5692237-
CMYK0.760.6100.07
HSL228.07º83.41%57.45%-
HSV(B)228.07º76.37%92.94%-
XYZ20.7414.6181.85-
YUV97.77206.5798.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.55%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 237 (92.97% from 255) = 61.56%
R=14.55%
G=23.90%
B=61.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal56922370.760.6100.07228.0783.4157.45
Hex385CED4C3D07e45339
Octal70134355114750734412371
Binary11100010111001110110110011001111010111111001001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,92,237); }

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

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

 a { background-color: rgb(56,92,237); }

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

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

 span { border-color: rgb(56,92,237); }

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