#304EBA

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

Shades of Cerulean Blue #304EBA

Tints of Cerulean Blue #304EBA

Color information

#304EBA (or 0x304EBA) is unknown color: approx Cerulean Blue. HEX triplet: 30, 4E and BA. RGB value is (48,78,186). Sum of RGB (Red+Green+Blue) = 48+78+186=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #304EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304EBA is #CFB145. Grayscale: #505050. Windows color (decimal): -13611334 or 12209712. OLE color: 12209712.

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

Color convert

RGB4878186-
CMYK0.740.5800.27
HSL226.96º58.97%45.88%-
HSV(B)226.96º74.19%72.94%-
XYZ12.819.6247.64-
YUV81.34187.06104.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 186 (73.05% from 255) = 59.62%
R=15.38%
G=25%
B=59.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48781860.740.5800.27226.9658.9745.88
Hex304EBA4A3A01Be33b2e
Octal60116272112720333437356
Binary110000100111010111010100101011101001101111100011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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