#384FB5

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

Shades of Cerulean Blue #384FB5

Tints of Cerulean Blue #384FB5

Color information

#384FB5 (or 0x384FB5) is unknown color: approx Cerulean Blue. HEX triplet: 38, 4F and B5. RGB value is (56,79,181). Sum of RGB (Red+Green+Blue) = 56+79+181=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 181 (71.09% from 255 or 57.28% from 316); Max value from RGB is 181 - color contains mainly: blue. Hex color #384FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FB5 is #C7B04A. Grayscale: #535353. Windows color (decimal): -13086795 or 11882296. OLE color: 11882296.

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

Color convert

RGB5679181-
CMYK0.690.5600.29
HSL228.96º52.74%46.47%-
HSV(B)228.96º69.06%70.98%-
XYZ12.779.7744.93-
YUV83.75182.88108.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 79 (31.25% from 255) = 25%
BLUE value IS 181 (71.09% from 255) = 57.28%
R=17.72%
G=25%
B=57.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56791810.690.5600.29228.9652.7446.47
Hex384FB5453801De5352e
Octal70117265105700353456556
Binary111000100111110110101100010111100001110111100101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,79,181); }

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

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

 a { background-color: rgb(56,79,181); }

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

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

 span { border-color: rgb(56,79,181); }

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