#3047B2

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

Shades of Cerulean Blue #3047B2

Tints of Cerulean Blue #3047B2

Color information

#3047B2 (or 0x3047B2) is unknown color: approx Cerulean Blue. HEX triplet: 30, 47 and B2. RGB value is (48,71,178). Sum of RGB (Red+Green+Blue) = 48+71+178=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 178 (69.92% from 255 or 59.93% from 297); Max value from RGB is 178 - color contains mainly: blue. Hex color #3047B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3047B2 is #CFB84D. Grayscale: #4B4B4B. Windows color (decimal): -13613134 or 11683632. OLE color: 11683632.

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

Color convert

RGB4871178-
CMYK0.730.6000.30
HSL229.38º57.52%44.31%-
HSV(B)229.38º73.03%69.8%-
XYZ11.518.3543.12-
YUV76.32185.38107.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 178 (69.92% from 255) = 59.93%
R=16.16%
G=23.91%
B=59.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48711780.730.6000.30229.3857.5244.31
Hex3047B2493C01Ee53a2c
Octal60107262111740363457254
Binary110000100011110110010100100111110001111011100101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3047B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3047B2; }

 p { color: rgb(48,71,178); }

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

<style>
 a { background-color: #3047B2; }

 a { background-color: rgb(48,71,178); }

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

<style>
 span { border-color: #3047B2; }

 span { border-color: rgb(48,71,178); }

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