#304BB7

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

Shades of Cerulean Blue #304BB7

Tints of Cerulean Blue #304BB7

Color information

#304BB7 (or 0x304BB7) is unknown color: approx Cerulean Blue. HEX triplet: 30, 4B and B7. RGB value is (48,75,183). Sum of RGB (Red+Green+Blue) = 48+75+183=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 183 (71.88% from 255 or 59.80% from 306); Max value from RGB is 183 - color contains mainly: blue. Hex color #304BB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304BB7 is #CFB448. Grayscale: #4E4E4E. Windows color (decimal): -13612105 or 12012336. OLE color: 12012336.

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

Color convert

RGB4875183-
CMYK0.740.5900.28
HSL228º58.44%45.29%-
HSV(B)228º73.77%71.76%-
XYZ12.289.0845.9-
YUV79.24186.55105.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.69%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 183 (71.88% from 255) = 59.80%
R=15.69%
G=24.51%
B=59.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal48751830.740.5900.2822858.4445.29
Hex304BB74A3B01Ce43a2d
Octal60113267112730343447255
Binary110000100101110110111100101011101101110011100100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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