#384DB5

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

Shades of Cerulean Blue #384DB5

Tints of Cerulean Blue #384DB5

Color information

#384DB5 (or 0x384DB5) is unknown color: approx Cerulean Blue. HEX triplet: 38, 4D and B5. RGB value is (56,77,181). Sum of RGB (Red+Green+Blue) = 56+77+181=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 181 (71.09% from 255 or 57.64% from 314); Max value from RGB is 181 - color contains mainly: blue. Hex color #384DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DB5 is #C7B24A. Grayscale: #525252. Windows color (decimal): -13087307 or 11881784. OLE color: 11881784.

HSL color Cylindrical-coordinate representation of color #384DB5: hue angle of 229.92º 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 #384DB5 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5677181-
CMYK0.690.5700.29
HSL229.92º52.74%46.47%-
HSV(B)229.92º69.06%70.98%-
XYZ12.639.4844.88-
YUV82.58183.54109.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.83%
GREEN value IS 77 (30.47% from 255) = 24.52%
BLUE value IS 181 (71.09% from 255) = 57.64%
R=17.83%
G=24.52%
B=57.64%

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
Decimal56771810.690.5700.29229.9252.7446.47
Hex384DB5453901De6352e
Octal70115265105710353466556
Binary111000100110110110101100010111100101110111100110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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