Html Css Color HEX #384BAB Cerulean Blue

📋 copy color: '#384BAB'

red 56 ◦ green 75 ◦ blue 171

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

Shades of Cerulean Blue #384BAB

Tints of Cerulean Blue #384BAB

RGB

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

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

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

R = 18.54%
G = 24.83%
B = 56.62%

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

#384BAB (or 0x384BAB) is known color: Cerulean Blue. HEX triplet: 38, 4B and AB. RGB value is (56,75,171). Sum of RGB (Red+Green+Blue) = 56+75+171=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #384BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384BAB is #C7B454. Grayscale: #4F4F4F. Windows color (decimal): -13087829 or 11225912. OLE color: 11225912.

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

Color convert

RGB 56 75 171 -
CMYK 0.67 0.56 0 0.33
HSL 230.09º 0.51% 0.45% -
HSV(B) 230.09º 0.67% 0.67% -
XYZ 11.5 8.81 39.62 -
YUV 80.26 179.21 110.69 -
System Red Green Blue C M Y K H S L
Decimal 56 75 171 0.67 0.56 0 0.33 230.09 0.51 0.45
Hex 38 4B AB 43 38 0 21 E6 33 2D
Octal 70 113 253 103 70 0 41 346 63 55
Binary 111000 1001011 10101011 1000011 111000 0 100001 11100110 110011 101101

Color Harmonies of #384BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BAB

Black with #384BAB

Text Example


Text Example

White with #384BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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