#314EC2

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

Shades of Cerulean Blue #314EC2

Tints of Cerulean Blue #314EC2

Color information

#314EC2 (or 0x314EC2) is unknown color: approx Cerulean Blue. HEX triplet: 31, 4E and C2. RGB value is (49,78,194). Sum of RGB (Red+Green+Blue) = 49+78+194=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 194 (76.17% from 255 or 60.44% from 321); Max value from RGB is 194 - color contains mainly: blue. Hex color #314EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314EC2 is #CEB13D. Grayscale: #525252. Windows color (decimal): -13545790 or 12734001. OLE color: 12734001.

HSL color Cylindrical-coordinate representation of color #314EC2: hue angle of 228º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #314EC2 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4978194-
CMYK0.750.6000.24
HSL228º59.67%47.65%-
HSV(B)228º74.74%76.08%-
XYZ13.731052.24-
YUV82.55190.89104.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.26%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 194 (76.17% from 255) = 60.44%
R=15.26%
G=24.30%
B=60.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal49781940.750.6000.2422859.6747.65
Hex314EC24B3C018e43c30
Octal61116302113740303447460
Binary110001100111011000010100101111110001100011100100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,78,194); }

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

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

 a { background-color: rgb(49,78,194); }

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

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

 span { border-color: rgb(49,78,194); }

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