#3160C4

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

Shades of Cerulean Blue #3160C4

Tints of Cerulean Blue #3160C4

Color information

#3160C4 (or 0x3160C4) is unknown color: approx Cerulean Blue. HEX triplet: 31, 60 and C4. RGB value is (49,96,196). Sum of RGB (Red+Green+Blue) = 49+96+196=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 196 (76.95% from 255 or 57.48% from 341); Max value from RGB is 196 - color contains mainly: blue. Hex color #3160C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3160C4 is #CE9F3B. Grayscale: #5C5C5C. Windows color (decimal): -13541180 or 12869681. OLE color: 12869681.

HSL color Cylindrical-coordinate representation of color #3160C4: hue angle of 220.82º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3160C4 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4996196-
CMYK0.750.5100.23
HSL220.82º60%48.04%-
HSV(B)220.82º75%76.86%-
XYZ15.411353.92-
YUV93.35185.9396.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.37%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 196 (76.95% from 255) = 57.48%
R=14.37%
G=28.15%
B=57.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal49961960.750.5100.23220.826048.04
Hex3160C44B33017dd3c30
Octal61140304113630273357460
Binary110001110000011000100100101111001101011111011101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3160C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3160C4; }

 p { color: rgb(49,96,196); }

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

<style>
 a { background-color: #3160C4; }

 a { background-color: rgb(49,96,196); }

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

<style>
 span { border-color: #3160C4; }

 span { border-color: rgb(49,96,196); }

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