#3046CC

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

Shades of Cerulean Blue #3046CC

Tints of Cerulean Blue #3046CC

Color information

#3046CC (or 0x3046CC) is unknown color: approx Cerulean Blue. HEX triplet: 30, 46 and CC. RGB value is (48,70,204). Sum of RGB (Red+Green+Blue) = 48+70+204=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #3046CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3046CC is #CFB933. Grayscale: #4E4E4E. Windows color (decimal): -13613364 or 13387312. OLE color: 13387312.

HSL color Cylindrical-coordinate representation of color #3046CC: hue angle of 231.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3046CC is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4870204-
CMYK0.760.6600.2
HSL231.54º61.9%49.41%-
HSV(B)231.54º76.47%80%-
XYZ14.319.3758.18-
YUV78.7198.71106.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.91%
GREEN value IS 70 (27.73% from 255) = 21.74%
BLUE value IS 204 (80.08% from 255) = 63.35%
R=14.91%
G=21.74%
B=63.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal48702040.760.6600.2231.5461.949.41
Hex3046CC4C42014e83e31
Octal601063141141020243507661
Binary1100001000110110011001001100100001001010011101000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3046CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3046CC; }

 p { color: rgb(48,70,204); }

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

<style>
 a { background-color: #3046CC; }

 a { background-color: rgb(48,70,204); }

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

<style>
 span { border-color: #3046CC; }

 span { border-color: rgb(48,70,204); }

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