#314AAE

Color #314AAE Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #314AAE

Tints of Cerulean Blue #314AAE

Color information

#314AAE (or 0x314AAE) is unknown color: approx Cerulean Blue. HEX triplet: 31, 4A and AE. RGB value is (49,74,174). Sum of RGB (Red+Green+Blue) = 49+74+174=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #314AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314AAE is #CEB551. Grayscale: #4D4D4D. Windows color (decimal): -13546834 or 11422257. OLE color: 11422257.

HSL color Cylindrical-coordinate representation of color #314AAE: hue angle of 228º 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 #314AAE is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4974174-
CMYK0.720.5700.32
HSL228º56.05%43.73%-
HSV(B)228º71.84%68.24%-
XYZ11.368.6141.11-
YUV77.92182.22107.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.50%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 174 (68.36% from 255) = 58.59%
R=16.50%
G=24.92%
B=58.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49741740.720.5700.3222856.0543.73
Hex314AAE4839020e4382c
Octal61112256110710403447054
Binary1100011001010101011101001000111001010000011100100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #314AAE;
 }
 .AnyTagClassName
 {
   color: #314AAE;
 }
</style>
background-color css

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

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

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

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

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

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