#384DB0

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

Shades of Cerulean Blue #384DB0

Tints of Cerulean Blue #384DB0

Color information

#384DB0 (or 0x384DB0) is unknown color: approx Cerulean Blue. HEX triplet: 38, 4D and B0. RGB value is (56,77,176). Sum of RGB (Red+Green+Blue) = 56+77+176=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 176 (69.14% from 255 or 56.96% from 309); Max value from RGB is 176 - color contains mainly: blue. Hex color #384DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384DB0 is #C7B24F. Grayscale: #515151. Windows color (decimal): -13087312 or 11554104. OLE color: 11554104.

HSL color Cylindrical-coordinate representation of color #384DB0: hue angle of 229.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #384DB0 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5677176-
CMYK0.680.5600.31
HSL229.5º51.72%45.49%-
HSV(B)229.5º68.18%69.02%-
XYZ12.129.2842.23-
YUV82.01181.04109.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 77 (30.47% from 255) = 24.92%
BLUE value IS 176 (69.14% from 255) = 56.96%
R=18.12%
G=24.92%
B=56.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56771760.680.5600.31229.551.7245.49
Hex384DB0443801Fe6342d
Octal70115260104700373466455
Binary111000100110110110000100010011100001111111100110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,77,176); }

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

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

 a { background-color: rgb(56,77,176); }

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

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

 span { border-color: rgb(56,77,176); }

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