Html Css Color HEX #394AAF Cerulean Blue

📋 copy color: '#394AAF'

red 57 ◦ green 74 ◦ blue 175

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

Shades of Cerulean Blue #394AAF

Tints of Cerulean Blue #394AAF

RGB

 RED value IS 57 (22.66% from 255) = 18.63%

 GREEN value IS 74 (29.3% from 255) = 24.18%

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

R = 18.63%
G = 24.18%
B = 57.19%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#394AAF (or 0x394AAF) is known color: Cerulean Blue. HEX triplet: 39, 4A and AF. RGB value is (57,74,175). Sum of RGB (Red+Green+Blue) = 57+74+175=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #394AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394AAF is #C6B550. Grayscale: #505050. Windows color (decimal): -13022545 or 11487801. OLE color: 11487801.

HSL color Cylindrical-coordinate representation of color #394AAF: hue angle of 231.36º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #394AAF is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 57 74 175 -
CMYK 0.67 0.58 0 0.31
HSL 231.36º 0.51% 0.45% -
HSV(B) 231.36º 0.67% 0.69% -
XYZ 11.87 8.86 41.64 -
YUV 80.43 181.37 111.29 -
System Red Green Blue C M Y K H S L
Decimal 57 74 175 0.67 0.58 0 0.31 231.36 0.51 0.45
Hex 39 4A AF 43 3A 0 1F E7 33 2D
Octal 71 112 257 103 72 0 37 347 63 55
Binary 111001 1001010 10101111 1000011 111010 0 11111 11100111 110011 101101

Color Harmonies of #394AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394AAF

Black with #394AAF

Text Example


Text Example

White with #394AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394AAF; }

 p { color: rgb(57,74,175); }

 H1.HeaderClassName
 {
   color: #394AAF;
 }
 .AnyTagClassName
 {
   color: #394AAF;
 }
</style>

background-color css

<style>
 a { background-color: #394AAF; }

 a { background-color: rgb(57,74,175); }

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

border-color css

<style>
 span { border-color: #394AAF; }

 span { border-color: rgb(57,74,175); }

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