#304BAB

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

Shades of Cerulean Blue #304BAB

Tints of Cerulean Blue #304BAB

Color information

#304BAB (or 0x304BAB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 4B and AB. RGB value is (48,75,171). Sum of RGB (Red+Green+Blue) = 48+75+171=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #304BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304BAB is #CFB454. Grayscale: #4D4D4D. Windows color (decimal): -13612117 or 11225904. OLE color: 11225904.

HSL color Cylindrical-coordinate representation of color #304BAB: hue angle of 226.83º 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 #304BAB is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4875171-
CMYK0.720.5600.33
HSL226.83º56.16%42.94%-
HSV(B)226.83º71.93%67.06%-
XYZ11.098.639.6-
YUV77.87180.55106.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.33%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 171 (67.19% from 255) = 58.16%
R=16.33%
G=25.51%
B=58.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48751710.720.5600.33226.8356.1642.94
Hex304BAB4838021e3382b
Octal60113253110700413437053
Binary1100001001011101010111001000111000010000111100011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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