#304BBA

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

Shades of Cerulean Blue #304BBA

Tints of Cerulean Blue #304BBA

Color information

#304BBA (or 0x304BBA) is unknown color: approx Cerulean Blue. HEX triplet: 30, 4B and BA. RGB value is (48,75,186). Sum of RGB (Red+Green+Blue) = 48+75+186=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #304BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304BBA is #CFB445. Grayscale: #4F4F4F. Windows color (decimal): -13612102 or 12208944. OLE color: 12208944.

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

Color convert

RGB4875186-
CMYK0.740.6000.27
HSL228.26º58.97%45.88%-
HSV(B)228.26º74.19%72.94%-
XYZ12.69.2147.57-
YUV79.58188.05105.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.53%
GREEN value IS 75 (29.69% from 255) = 24.27%
BLUE value IS 186 (73.05% from 255) = 60.19%
R=15.53%
G=24.27%
B=60.19%

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
Decimal48751860.740.6000.27228.2658.9745.88
Hex304BBA4A3C01Be43b2e
Octal60113272112740333447356
Binary110000100101110111010100101011110001101111100100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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