#3042CA

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

Shades of Cerulean Blue #3042CA

Tints of Cerulean Blue #3042CA

Color information

#3042CA (or 0x3042CA) is unknown color: approx Cerulean Blue. HEX triplet: 30, 42 and CA. RGB value is (48,66,202). Sum of RGB (Red+Green+Blue) = 48+66+202=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #3042CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3042CA is #CFBD35. Grayscale: #4B4B4B. Windows color (decimal): -13614390 or 13255216. OLE color: 13255216.

HSL color Cylindrical-coordinate representation of color #3042CA: hue angle of 232.99º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3042CA is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4866202-
CMYK0.760.6700.21
HSL232.99º61.6%49.02%-
HSV(B)232.99º76.24%79.22%-
XYZ13.838.7956.84-
YUV76.12199.04107.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.19%
GREEN value IS 66 (26.17% from 255) = 20.89%
BLUE value IS 202 (79.30% from 255) = 63.92%
R=15.19%
G=20.89%
B=63.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal48662020.760.6700.21232.9961.649.02
Hex3042CA4C43015e93e31
Octal601023121141030253517661
Binary1100001000010110010101001100100001101010111101001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3042CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3042CA; }

 p { color: rgb(48,66,202); }

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

<style>
 a { background-color: #3042CA; }

 a { background-color: rgb(48,66,202); }

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

<style>
 span { border-color: #3042CA; }

 span { border-color: rgb(48,66,202); }

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