#314FB1

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

Shades of Cerulean Blue #314FB1

Tints of Cerulean Blue #314FB1

Color information

#314FB1 (or 0x314FB1) is unknown color: approx Cerulean Blue. HEX triplet: 31, 4F and B1. RGB value is (49,79,177). Sum of RGB (Red+Green+Blue) = 49+79+177=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #314FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314FB1 is #CEB04E. Grayscale: #505050. Windows color (decimal): -13545551 or 11620145. OLE color: 11620145.

HSL color Cylindrical-coordinate representation of color #314FB1: hue angle of 225.94º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #314FB1 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4979177-
CMYK0.720.5500.31
HSL225.94º56.64%44.31%-
HSV(B)225.94º72.32%69.41%-
XYZ129.4242.78-
YUV81.2182.06105.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.07%
GREEN value IS 79 (31.25% from 255) = 25.90%
BLUE value IS 177 (69.53% from 255) = 58.03%
R=16.07%
G=25.90%
B=58.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49791770.720.5500.31225.9456.6444.31
Hex314FB1483701Fe2392c
Octal61117261110670373427154
Binary110001100111110110001100100011011101111111100010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,79,177); }

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

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

 a { background-color: rgb(49,79,177); }

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

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

 span { border-color: rgb(49,79,177); }

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