#314DCF

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

Shades of Cerulean Blue #314DCF

Tints of Cerulean Blue #314DCF

Color information

#314DCF (or 0x314DCF) is unknown color: approx Cerulean Blue. HEX triplet: 31, 4D and CF. RGB value is (49,77,207). Sum of RGB (Red+Green+Blue) = 49+77+207=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #314DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DCF is #CEB230. Grayscale: #525252. Windows color (decimal): -13546033 or 13585713. OLE color: 13585713.

HSL color Cylindrical-coordinate representation of color #314DCF: hue angle of 229.37º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #314DCF is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4977207-
CMYK0.760.6300.19
HSL229.37º62.2%50.2%-
HSV(B)229.37º76.33%81.18%-
XYZ15.1810.4760.25-
YUV83.45197.72103.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.71%
GREEN value IS 77 (30.47% from 255) = 23.12%
BLUE value IS 207 (81.25% from 255) = 62.16%
R=14.71%
G=23.12%
B=62.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal49772070.760.6300.19229.3762.250.2
Hex314DCF4C3F013e53e32
Octal61115317114770233457662
Binary110001100110111001111100110011111101001111100101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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