#3047B4

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

Shades of Cerulean Blue #3047B4

Tints of Cerulean Blue #3047B4

Color information

#3047B4 (or 0x3047B4) is unknown color: approx Cerulean Blue. HEX triplet: 30, 47 and B4. RGB value is (48,71,180). Sum of RGB (Red+Green+Blue) = 48+71+180=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 71 (28.12% from 255 or 23.75% 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 #3047B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3047B4 is #CFB84B. Grayscale: #4C4C4C. Windows color (decimal): -13613132 or 11814704. OLE color: 11814704.

HSL color Cylindrical-coordinate representation of color #3047B4: hue angle of 229.55º degrees, saturation: 0.58, 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 #3047B4 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4871180-
CMYK0.730.6100.29
HSL229.55º57.89%44.71%-
HSV(B)229.55º73.33%70.59%-
XYZ11.718.4344.19-
YUV76.55186.38107.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 71 (28.12% from 255) = 23.75%
BLUE value IS 180 (70.70% from 255) = 60.20%
R=16.05%
G=23.75%
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
Decimal48711800.730.6100.29229.5557.8944.71
Hex3047B4493D01De63a2d
Octal60107264111750353467255
Binary110000100011110110100100100111110101110111100110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3047B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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