Html Css Color HEX #314CAA Cerulean Blue

📋 copy color: '#314CAA'

red 49 ◦ green 76 ◦ blue 170

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

Shades of Cerulean Blue #314CAA

Tints of Cerulean Blue #314CAA

RGB

 RED value IS 49 (19.53% from 255) = 16.61%

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

 BLUE value IS 170 (66.8% from 255) = 57.63%

R = 16.61%
G = 25.76%
B = 57.63%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#314CAA (or 0x314CAA) is known color: Cerulean Blue. HEX triplet: 31, 4C and AA. RGB value is (49,76,170). Sum of RGB (Red+Green+Blue) = 49+76+170=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #314CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314CAA is #CEB355. Grayscale: #4E4E4E. Windows color (decimal): -13546326 or 11160625. OLE color: 11160625.

HSL color Cylindrical-coordinate representation of color #314CAA: hue angle of 226.61º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #314CAA is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 76 170 -
CMYK 0.71 0.55 0 0.33
HSL 226.61º 0.55% 0.43% -
HSV(B) 226.61º 0.71% 0.67% -
XYZ 11.11 8.72 39.13 -
YUV 78.64 179.55 106.86 -
System Red Green Blue C M Y K H S L
Decimal 49 76 170 0.71 0.55 0 0.33 226.61 0.55 0.43
Hex 31 4C AA 47 37 0 21 E3 37 2B
Octal 61 114 252 107 67 0 41 343 67 53
Binary 110001 1001100 10101010 1000111 110111 0 100001 11100011 110111 101011

Color Harmonies of #314CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314CAA

Black with #314CAA

Text Example


Text Example

White with #314CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314CAA; }

 p { color: rgb(49,76,170); }

 H1.HeaderClassName
 {
   color: #314CAA;
 }
 .AnyTagClassName
 {
   color: #314CAA;
 }
</style>

background-color css

<style>
 a { background-color: #314CAA; }

 a { background-color: rgb(49,76,170); }

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

border-color css

<style>
 span { border-color: #314CAA; }

 span { border-color: rgb(49,76,170); }

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