#304AB7

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

Shades of Cerulean Blue #304AB7

Tints of Cerulean Blue #304AB7

Color information

#304AB7 (or 0x304AB7) is unknown color: approx Cerulean Blue. HEX triplet: 30, 4A and B7. RGB value is (48,74,183). Sum of RGB (Red+Green+Blue) = 48+74+183=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 183 (71.88% from 255 or 60% from 305); Max value from RGB is 183 - color contains mainly: blue. Hex color #304AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304AB7 is #CFB548. Grayscale: #4E4E4E. Windows color (decimal): -13612361 or 12012080. OLE color: 12012080.

HSL color Cylindrical-coordinate representation of color #304AB7: hue angle of 228.44º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #304AB7 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4874183-
CMYK0.740.6000.28
HSL228.44º58.44%45.29%-
HSV(B)228.44º73.77%71.76%-
XYZ12.218.9445.88-
YUV78.65186.89106.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.74%
GREEN value IS 74 (29.30% from 255) = 24.26%
BLUE value IS 183 (71.88% from 255) = 60%
R=15.74%
G=24.26%
B=60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal48741830.740.6000.28228.4458.4445.29
Hex304AB74A3C01Ce43a2d
Octal60112267112740343447255
Binary110000100101010110111100101011110001110011100100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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