#3160BB

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

Shades of Cerulean Blue #3160BB

Tints of Cerulean Blue #3160BB

Color information

#3160BB (or 0x3160BB) is unknown color: approx Cerulean Blue. HEX triplet: 31, 60 and BB. RGB value is (49,96,187). Sum of RGB (Red+Green+Blue) = 49+96+187=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #3160BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3160BB is #CE9F44. Grayscale: #5B5B5B. Windows color (decimal): -13541189 or 12279857. OLE color: 12279857.

HSL color Cylindrical-coordinate representation of color #3160BB: hue angle of 219.57º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3160BB is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4996187-
CMYK0.740.4900.27
HSL219.57º58.47%46.27%-
HSV(B)219.57º73.8%73.33%-
XYZ14.4212.6148.69-
YUV92.32181.4397.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.76%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 187 (73.44% from 255) = 56.33%
R=14.76%
G=28.92%
B=56.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49961870.740.4900.27219.5758.4746.27
Hex3160BB4A3101Bdc3a2e
Octal61140273112610333347256
Binary110001110000010111011100101011000101101111011100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3160BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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