#3044CA

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

Shades of Cerulean Blue #3044CA

Tints of Cerulean Blue #3044CA

Color information

#3044CA (or 0x3044CA) is unknown color: approx Cerulean Blue. HEX triplet: 30, 44 and CA. RGB value is (48,68,202). Sum of RGB (Red+Green+Blue) = 48+68+202=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #3044CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3044CA is #CFBB35. Grayscale: #4C4C4C. Windows color (decimal): -13613878 or 13255728. OLE color: 13255728.

HSL color Cylindrical-coordinate representation of color #3044CA: hue angle of 232.21º 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 #3044CA is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4868202-
CMYK0.760.6600.21
HSL232.21º61.6%49.02%-
HSV(B)232.21º76.24%79.22%-
XYZ13.959.0356.88-
YUV77.3198.37107.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.09%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 202 (79.30% from 255) = 63.52%
R=15.09%
G=21.38%
B=63.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal48682020.760.6600.21232.2161.649.02
Hex3044CA4C42015e83e31
Octal601043121141020253507661
Binary1100001000100110010101001100100001001010111101000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3044CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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