#304AB9

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

Shades of Cerulean Blue #304AB9

Tints of Cerulean Blue #304AB9

Color information

#304AB9 (or 0x304AB9) is unknown color: approx Cerulean Blue. HEX triplet: 30, 4A and B9. RGB value is (48,74,185). Sum of RGB (Red+Green+Blue) = 48+74+185=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 185 (72.66% from 255 or 60.26% from 307); Max value from RGB is 185 - color contains mainly: blue. Hex color #304AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304AB9 is #CFB546. Grayscale: #4E4E4E. Windows color (decimal): -13612359 or 12143152. OLE color: 12143152.

HSL color Cylindrical-coordinate representation of color #304AB9: hue angle of 228.61º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #304AB9 is Cyan = 0.74, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4874185-
CMYK0.740.600.27
HSL228.61º58.8%45.69%-
HSV(B)228.61º74.05%72.55%-
XYZ12.429.0346.99-
YUV78.88187.89105.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 74 (29.30% from 255) = 24.10%
BLUE value IS 185 (72.66% from 255) = 60.26%
R=15.64%
G=24.10%
B=60.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48741850.740.600.27228.6158.845.69
Hex304AB94A3C01Be53b2e
Octal60112271112740333457356
Binary110000100101010111001100101011110001101111100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,74,185); }

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

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

 a { background-color: rgb(48,74,185); }

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

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

 span { border-color: rgb(48,74,185); }

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