#3164B3

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

Shades of Cerulean Blue #3164B3

Tints of Cerulean Blue #3164B3

Color information

#3164B3 (or 0x3164B3) is unknown color: approx Cerulean Blue. HEX triplet: 31, 64 and B3. RGB value is (49,100,179). Sum of RGB (Red+Green+Blue) = 49+100+179=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 179 (70.31% from 255 or 54.57% from 328); Max value from RGB is 179 - color contains mainly: blue. Hex color #3164B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3164B3 is #CE9B4C. Grayscale: #5D5D5D. Windows color (decimal): -13540173 or 11756593. OLE color: 11756593.

HSL color Cylindrical-coordinate representation of color #3164B3: hue angle of 216.46º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3164B3 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB49100179-
CMYK0.730.4400.30
HSL216.46º57.02%44.71%-
HSV(B)216.46º72.63%70.2%-
XYZ13.9613.0244.43-
YUV93.76176.196.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.94%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 179 (70.31% from 255) = 54.57%
R=14.94%
G=30.49%
B=54.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal491001790.730.4400.30216.4657.0244.71
Hex3164B3492C01Ed8392d
Octal61144263111540363307155
Binary110001110010010110011100100110110001111011011000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3164B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3164B3; }

 p { color: rgb(49,100,179); }

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

<style>
 a { background-color: #3164B3; }

 a { background-color: rgb(49,100,179); }

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

<style>
 span { border-color: #3164B3; }

 span { border-color: rgb(49,100,179); }

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