#304ABB

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

Shades of Cerulean Blue #304ABB

Tints of Cerulean Blue #304ABB

Color information

#304ABB (or 0x304ABB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 4A and BB. RGB value is (48,74,187). Sum of RGB (Red+Green+Blue) = 48+74+187=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #304ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304ABB is #CFB544. Grayscale: #4E4E4E. Windows color (decimal): -13612357 or 12274224. OLE color: 12274224.

HSL color Cylindrical-coordinate representation of color #304ABB: hue angle of 228.78º 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 #304ABB is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4874187-
CMYK0.740.6000.27
HSL228.78º59.15%46.08%-
HSV(B)228.78º74.33%73.33%-
XYZ12.649.1148.11-
YUV79.11188.89105.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.53%
GREEN value IS 74 (29.30% from 255) = 23.95%
BLUE value IS 187 (73.44% from 255) = 60.52%
R=15.53%
G=23.95%
B=60.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48741870.740.6000.27228.7859.1546.08
Hex304ABB4A3C01Be53b2e
Octal60112273112740333457356
Binary110000100101010111011100101011110001101111100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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