Html Css Color HEX #384BAC Cerulean Blue

📋 copy color: '#384BAC'

red 56 ◦ green 75 ◦ blue 172

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

Shades of Cerulean Blue #384BAC

Tints of Cerulean Blue #384BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.75%

 BLUE value IS 172 (67.58% from 255) = 56.77%

R = 18.48%
G = 24.75%
B = 56.77%

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

#384BAC (or 0x384BAC) is known color: Cerulean Blue. HEX triplet: 38, 4B and AC. RGB value is (56,75,172). Sum of RGB (Red+Green+Blue) = 56+75+172=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #384BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384BAC is #C7B453. Grayscale: #4F4F4F. Windows color (decimal): -13087828 or 11291448. OLE color: 11291448.

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

Color convert

RGB 56 75 172 -
CMYK 0.67 0.56 0 0.33
HSL 230.17º 0.51% 0.45% -
HSV(B) 230.17º 0.67% 0.67% -
XYZ 11.59 8.85 40.13 -
YUV 80.38 179.71 110.61 -
System Red Green Blue C M Y K H S L
Decimal 56 75 172 0.67 0.56 0 0.33 230.17 0.51 0.45
Hex 38 4B AC 43 38 0 21 E6 33 2D
Octal 70 113 254 103 70 0 41 346 63 55
Binary 111000 1001011 10101100 1000011 111000 0 100001 11100110 110011 101101

Color Harmonies of #384BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BAC

Black with #384BAC

Text Example


Text Example

White with #384BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,75,172); }

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

background-color css

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

 a { background-color: rgb(56,75,172); }

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

border-color css

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

 span { border-color: rgb(56,75,172); }

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