Html Css Color HEX #384CAB Cerulean Blue

📋 copy color: '#384CAB'

red 56 ◦ green 76 ◦ blue 171

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

Shades of Cerulean Blue #384CAB

Tints of Cerulean Blue #384CAB

RGB

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

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

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

R = 18.48%
G = 25.08%
B = 56.44%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#384CAB (or 0x384CAB) is known color: Cerulean Blue. HEX triplet: 38, 4C and AB. RGB value is (56,76,171). Sum of RGB (Red+Green+Blue) = 56+76+171=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #384CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384CAB is #C7B354. Grayscale: #505050. Windows color (decimal): -13087573 or 11226168. OLE color: 11226168.

HSL color Cylindrical-coordinate representation of color #384CAB: hue angle of 229.57º 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 #384CAB is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 76 171 -
CMYK 0.67 0.56 0 0.33
HSL 229.57º 0.51% 0.45% -
HSV(B) 229.57º 0.67% 0.67% -
XYZ 11.57 8.95 39.65 -
YUV 80.85 178.87 110.28 -
System Red Green Blue C M Y K H S L
Decimal 56 76 171 0.67 0.56 0 0.33 229.57 0.51 0.45
Hex 38 4C AB 43 38 0 21 E6 33 2D
Octal 70 114 253 103 70 0 41 346 63 55
Binary 111000 1001100 10101011 1000011 111000 0 100001 11100110 110011 101101

Color Harmonies of #384CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384CAB

Black with #384CAB

Text Example


Text Example

White with #384CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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