Html Css Color HEX #314DAE Cerulean Blue

📋 copy color: '#314DAE'

red 49 ◦ green 77 ◦ blue 174

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

Shades of Cerulean Blue #314DAE

Tints of Cerulean Blue #314DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.67%

 BLUE value IS 174 (68.36% from 255) = 58%

R = 16.33%
G = 25.67%
B = 58%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#314DAE (or 0x314DAE) is known color: Cerulean Blue. HEX triplet: 31, 4D and AE. RGB value is (49,77,174). Sum of RGB (Red+Green+Blue) = 49+77+174=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #314DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314DAE is #CEB251. Grayscale: #4F4F4F. Windows color (decimal): -13546066 or 11423025. OLE color: 11423025.

HSL color Cylindrical-coordinate representation of color #314DAE: hue angle of 226.56º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #314DAE is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 77 174 -
CMYK 0.72 0.56 0 0.32
HSL 226.56º 0.56% 0.44% -
HSV(B) 226.56º 0.72% 0.68% -
XYZ 11.56 9.02 41.18 -
YUV 79.69 181.22 106.11 -
System Red Green Blue C M Y K H S L
Decimal 49 77 174 0.72 0.56 0 0.32 226.56 0.56 0.44
Hex 31 4D AE 48 38 0 20 E3 38 2C
Octal 61 115 256 110 70 0 40 343 70 54
Binary 110001 1001101 10101110 1001000 111000 0 100000 11100011 111000 101100

Color Harmonies of #314DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314DAE

Black with #314DAE

Text Example


Text Example

White with #314DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,77,174); }

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

background-color css

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

 a { background-color: rgb(49,77,174); }

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

border-color css

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

 span { border-color: rgb(49,77,174); }

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