#384EB6

Color #384EB6 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #384EB6

Tints of Cerulean Blue #384EB6

Color information

#384EB6 (or 0x384EB6) is unknown color: approx Cerulean Blue. HEX triplet: 38, 4E and B6. RGB value is (56,78,182). Sum of RGB (Red+Green+Blue) = 56+78+182=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 182 (71.48% from 255 or 57.59% from 316); Max value from RGB is 182 - color contains mainly: blue. Hex color #384EB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384EB6 is #C7B149. Grayscale: #525252. Windows color (decimal): -13087050 or 11947576. OLE color: 11947576.

HSL color Cylindrical-coordinate representation of color #384EB6: hue angle of 229.52º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #384EB6 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5678182-
CMYK0.690.5700.29
HSL229.52º52.94%46.67%-
HSV(B)229.52º69.23%71.37%-
XYZ12.89.6745.45-
YUV83.28183.71108.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 78 (30.86% from 255) = 24.68%
BLUE value IS 182 (71.48% from 255) = 57.59%
R=17.72%
G=24.68%
B=57.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56781820.690.5700.29229.5252.9446.67
Hex384EB6453901De6352f
Octal70116266105710353466557
Binary111000100111010110110100010111100101110111100110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384EB6; }

 p { color: rgb(56,78,182); }

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

<style>
 a { background-color: #384EB6; }

 a { background-color: rgb(56,78,182); }

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

<style>
 span { border-color: #384EB6; }

 span { border-color: rgb(56,78,182); }

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