#3044B4

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

Shades of Cerulean Blue #3044B4

Tints of Cerulean Blue #3044B4

Color information

#3044B4 (or 0x3044B4) is unknown color: approx Cerulean Blue. HEX triplet: 30, 44 and B4. RGB value is (48,68,180). Sum of RGB (Red+Green+Blue) = 48+68+180=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 180 (70.70% from 255 or 60.81% from 296); Max value from RGB is 180 - color contains mainly: blue. Hex color #3044B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3044B4 is #CFBB4B. Grayscale: #4A4A4A. Windows color (decimal): -13613900 or 11813936. OLE color: 11813936.

HSL color Cylindrical-coordinate representation of color #3044B4: hue angle of 230.91º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3044B4 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4868180-
CMYK0.730.6200.29
HSL230.91º57.89%44.71%-
HSV(B)230.91º73.33%70.59%-
XYZ11.528.0644.13-
YUV74.79187.37108.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 180 (70.70% from 255) = 60.81%
R=16.22%
G=22.97%
B=60.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48681800.730.6200.29230.9157.8944.71
Hex3044B4493E01De73a2d
Octal60104264111760353477255
Binary110000100010010110100100100111111001110111100111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3044B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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