Html Css Color HEX #384CA9 Cerulean Blue

📋 copy color: '#384CA9'

red 56 ◦ green 76 ◦ blue 169

#384CA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #384CA9

Tints of Cerulean Blue #384CA9

RGB

 RED value IS 56 (22.27% from 255) = 18.6%

 GREEN value IS 76 (30.08% from 255) = 25.25%

 BLUE value IS 169 (66.41% from 255) = 56.15%

R = 18.6%
G = 25.25%
B = 56.15%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#384CA9 (or 0x384CA9) is known color: Cerulean Blue. HEX triplet: 38, 4C and A9. RGB value is (56,76,169). Sum of RGB (Red+Green+Blue) = 56+76+169=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 169 (66.41% from 255 or 56.15% from 301); Max value from RGB is 169 - color contains mainly: blue. Hex color #384CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384CA9 is #C7B356. Grayscale: #505050. Windows color (decimal): -13087575 or 11095096. OLE color: 11095096.

HSL color Cylindrical-coordinate representation of color #384CA9: hue angle of 229.38º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #384CA9 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 56 76 169 -
CMYK 0.67 0.55 0 0.34
HSL 229.38º 0.5% 0.44% -
HSV(B) 229.38º 0.67% 0.66% -
XYZ 11.38 8.87 38.65 -
YUV 80.62 177.87 110.44 -
System Red Green Blue C M Y K H S L
Decimal 56 76 169 0.67 0.55 0 0.34 229.38 0.5 0.44
Hex 38 4C A9 43 37 0 22 E5 32 2C
Octal 70 114 251 103 67 0 42 345 62 54
Binary 111000 1001100 10101001 1000011 110111 0 100010 11100101 110010 101100

Color Harmonies of #384CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384CA9

Black with #384CA9

Text Example


Text Example

White with #384CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,76,169); }

 H1.HeaderClassName
 {
   color: #384CA9;
 }
 .AnyTagClassName
 {
   color: #384CA9;
 }
</style>

background-color css

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

 a { background-color: rgb(56,76,169); }

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

border-color css

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

 span { border-color: rgb(56,76,169); }

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