#3044C5

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

Shades of Cerulean Blue #3044C5

Tints of Cerulean Blue #3044C5

Color information

#3044C5 (or 0x3044C5) is unknown color: approx Cerulean Blue. HEX triplet: 30, 44 and C5. RGB value is (48,68,197). Sum of RGB (Red+Green+Blue) = 48+68+197=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 197 (77.34% from 255 or 62.94% from 313); Max value from RGB is 197 - color contains mainly: blue. Hex color #3044C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3044C5 is #CFBB3A. Grayscale: #4C4C4C. Windows color (decimal): -13613883 or 12928048. OLE color: 12928048.

HSL color Cylindrical-coordinate representation of color #3044C5: hue angle of 231.95º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3044C5 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4868197-
CMYK0.760.6500.23
HSL231.95º60.82%48.04%-
HSV(B)231.95º75.63%77.25%-
XYZ13.368.7953.82-
YUV76.73195.87107.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.34%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 197 (77.34% from 255) = 62.94%
R=15.34%
G=21.73%
B=62.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal48681970.760.6500.23231.9560.8248.04
Hex3044C54C41017e83d30
Octal601043051141010273507560
Binary1100001000100110001011001100100000101011111101000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3044C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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