#304DAB

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

Shades of Cerulean Blue #304DAB

Tints of Cerulean Blue #304DAB

Color information

#304DAB (or 0x304DAB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 4D and AB. RGB value is (48,77,171). Sum of RGB (Red+Green+Blue) = 48+77+171=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #304DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304DAB is #CFB254. Grayscale: #4E4E4E. Windows color (decimal): -13611605 or 11226416. OLE color: 11226416.

HSL color Cylindrical-coordinate representation of color #304DAB: hue angle of 225.85º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #304DAB is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4877171-
CMYK0.720.5500.33
HSL225.85º56.16%42.94%-
HSV(B)225.85º71.93%67.06%-
XYZ11.228.8839.65-
YUV79.04179.89105.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 77 (30.47% from 255) = 26.01%
BLUE value IS 171 (67.19% from 255) = 57.77%
R=16.22%
G=26.01%
B=57.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48771710.720.5500.33225.8556.1642.94
Hex304DAB4837021e2382b
Octal60115253110670413427053
Binary1100001001101101010111001000110111010000111100010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304DAB; }

 p { color: rgb(48,77,171); }

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

<style>
 a { background-color: #304DAB; }

 a { background-color: rgb(48,77,171); }

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

<style>
 span { border-color: #304DAB; }

 span { border-color: rgb(48,77,171); }

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