#316ACA

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

Shades of Cerulean Blue #316ACA

Tints of Cerulean Blue #316ACA

Color information

#316ACA (or 0x316ACA) is unknown color: approx Cerulean Blue. HEX triplet: 31, 6A and CA. RGB value is (49,106,202). Sum of RGB (Red+Green+Blue) = 49+106+202=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #316ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316ACA is #CE9535. Grayscale: #636363. Windows color (decimal): -13538614 or 13265457. OLE color: 13265457.

HSL color Cylindrical-coordinate representation of color #316ACA: hue angle of 217.65º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #316ACA is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB49106202-
CMYK0.760.4800.21
HSL217.65º60.96%49.22%-
HSV(B)217.65º75.74%79.22%-
XYZ17.0815.2357.92-
YUV99.9185.6291.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.73%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=13.73%
G=29.69%
B=56.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal491062020.760.4800.21217.6560.9649.22
Hex316ACA4C30015da3d31
Octal61152312114600253327561
Binary110001110101011001010100110011000001010111011010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316ACA; }

 p { color: rgb(49,106,202); }

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

<style>
 a { background-color: #316ACA; }

 a { background-color: rgb(49,106,202); }

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

<style>
 span { border-color: #316ACA; }

 span { border-color: rgb(49,106,202); }

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