Html Css Color HEX #384DAA Cerulean Blue

📋 copy color: '#384DAA'

red 56 ◦ green 77 ◦ blue 170

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

Shades of Cerulean Blue #384DAA

Tints of Cerulean Blue #384DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.41%

 BLUE value IS 170 (66.8% from 255) = 56.11%

R = 18.48%
G = 25.41%
B = 56.11%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#384DAA (or 0x384DAA) is known color: Cerulean Blue. HEX triplet: 38, 4D and AA. RGB value is (56,77,170). Sum of RGB (Red+Green+Blue) = 56+77+170=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #384DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384DAA is #C7B255. Grayscale: #505050. Windows color (decimal): -13087318 or 11160888. OLE color: 11160888.

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

Color convert

RGB 56 77 170 -
CMYK 0.67 0.55 0 0.33
HSL 228.95º 0.5% 0.44% -
HSV(B) 228.95º 0.67% 0.67% -
XYZ 11.54 9.05 39.17 -
YUV 81.32 178.04 109.94 -
System Red Green Blue C M Y K H S L
Decimal 56 77 170 0.67 0.55 0 0.33 228.95 0.5 0.44
Hex 38 4D AA 43 37 0 21 E5 32 2C
Octal 70 115 252 103 67 0 41 345 62 54
Binary 111000 1001101 10101010 1000011 110111 0 100001 11100101 110010 101100

Color Harmonies of #384DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DAA

Black with #384DAA

Text Example


Text Example

White with #384DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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