#3043D2

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

Shades of Cerulean Blue #3043D2

Tints of Cerulean Blue #3043D2

Color information

#3043D2 (or 0x3043D2) is unknown color: approx Cerulean Blue. HEX triplet: 30, 43 and D2. RGB value is (48,67,210). Sum of RGB (Red+Green+Blue) = 48+67+210=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 210 (82.42% from 255 or 64.62% from 325); Max value from RGB is 210 - color contains mainly: blue. Hex color #3043D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3043D2 is #CFBC2D. Grayscale: #4D4D4D. Windows color (decimal): -13614126 or 13779760. OLE color: 13779760.

HSL color Cylindrical-coordinate representation of color #3043D2: hue angle of 232.96º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3043D2 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4867210-
CMYK0.770.6800.18
HSL232.96º64.29%50.59%-
HSV(B)232.96º77.14%82.35%-
XYZ14.869.361.98-
YUV77.62202.71106.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.77%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 210 (82.42% from 255) = 64.62%
R=14.77%
G=20.62%
B=64.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal48672100.770.6800.18232.9664.2950.59
Hex3043D24D44012e94033
Octal6010332211510402235110063
Binary11000010000111101001010011011000100010010111010011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3043D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3043D2; }

 p { color: rgb(48,67,210); }

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

<style>
 a { background-color: #3043D2; }

 a { background-color: rgb(48,67,210); }

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

<style>
 span { border-color: #3043D2; }

 span { border-color: rgb(48,67,210); }

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