Html Css Color HEX #384DAB Cerulean Blue

📋 copy color: '#384DAB'

red 56 ◦ green 77 ◦ blue 171

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

Shades of Cerulean Blue #384DAB

Tints of Cerulean Blue #384DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.25%

R = 18.42%
G = 25.33%
B = 56.25%

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

#384DAB (or 0x384DAB) is known color: Cerulean Blue. HEX triplet: 38, 4D and AB. RGB value is (56,77,171). Sum of RGB (Red+Green+Blue) = 56+77+171=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #384DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384DAB is #C7B254. Grayscale: #515151. Windows color (decimal): -13087317 or 11226424. OLE color: 11226424.

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

Color convert

RGB 56 77 171 -
CMYK 0.67 0.55 0 0.33
HSL 229.04º 0.51% 0.45% -
HSV(B) 229.04º 0.67% 0.67% -
XYZ 11.64 9.09 39.67 -
YUV 81.44 178.54 109.86 -
System Red Green Blue C M Y K H S L
Decimal 56 77 171 0.67 0.55 0 0.33 229.04 0.51 0.45
Hex 38 4D AB 43 37 0 21 E5 33 2D
Octal 70 115 253 103 67 0 41 345 63 55
Binary 111000 1001101 10101011 1000011 110111 0 100001 11100101 110011 101101

Color Harmonies of #384DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DAB

Black with #384DAB

Text Example


Text Example

White with #384DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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