Html Css Color HEX #384CAF Cerulean Blue

📋 copy color: '#384CAF'

red 56 ◦ green 76 ◦ blue 175

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

Shades of Cerulean Blue #384CAF

Tints of Cerulean Blue #384CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57%

R = 18.24%
G = 24.76%
B = 57%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#384CAF (or 0x384CAF) is known color: Cerulean Blue. HEX triplet: 38, 4C and AF. RGB value is (56,76,175). Sum of RGB (Red+Green+Blue) = 56+76+175=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #384CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384CAF is #C7B350. Grayscale: #505050. Windows color (decimal): -13087569 or 11488312. OLE color: 11488312.

HSL color Cylindrical-coordinate representation of color #384CAF: hue angle of 229.92º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #384CAF is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 76 175 -
CMYK 0.68 0.57 0 0.31
HSL 229.92º 0.52% 0.45% -
HSV(B) 229.92º 0.68% 0.69% -
XYZ 11.95 9.1 41.68 -
YUV 81.31 180.87 109.95 -
System Red Green Blue C M Y K H S L
Decimal 56 76 175 0.68 0.57 0 0.31 229.92 0.52 0.45
Hex 38 4C AF 44 39 0 1F E6 34 2D
Octal 70 114 257 104 71 0 37 346 64 55
Binary 111000 1001100 10101111 1000100 111001 0 11111 11100110 110100 101101

Color Harmonies of #384CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384CAF

Black with #384CAF

Text Example


Text Example

White with #384CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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