#3146B4

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

Shades of Cerulean Blue #3146B4

Tints of Cerulean Blue #3146B4

Color information

#3146B4 (or 0x3146B4) is unknown color: approx Cerulean Blue. HEX triplet: 31, 46 and B4. RGB value is (49,70,180). Sum of RGB (Red+Green+Blue) = 49+70+180=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 180 (70.70% from 255 or 60.20% from 299); Max value from RGB is 180 - color contains mainly: blue. Hex color #3146B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3146B4 is #CEB94B. Grayscale: #4B4B4B. Windows color (decimal): -13547852 or 11814449. OLE color: 11814449.

HSL color Cylindrical-coordinate representation of color #3146B4: hue angle of 230.38º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3146B4 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4970180-
CMYK0.730.6100.29
HSL230.38º57.21%44.9%-
HSV(B)230.38º72.78%70.59%-
XYZ11.78.3344.17-
YUV76.26186.54108.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 180 (70.70% from 255) = 60.20%
R=16.39%
G=23.41%
B=60.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49701800.730.6100.29230.3857.2144.9
Hex3146B4493D01De6392d
Octal61106264111750353467155
Binary110001100011010110100100100111110101110111100110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3146B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3146B4; }

 p { color: rgb(49,70,180); }

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

<style>
 a { background-color: #3146B4; }

 a { background-color: rgb(49,70,180); }

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

<style>
 span { border-color: #3146B4; }

 span { border-color: rgb(49,70,180); }

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