#304EB4

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

Shades of Cerulean Blue #304EB4

Tints of Cerulean Blue #304EB4

Color information

#304EB4 (or 0x304EB4) is unknown color: approx Cerulean Blue. HEX triplet: 30, 4E and B4. RGB value is (48,78,180). Sum of RGB (Red+Green+Blue) = 48+78+180=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 180 (70.70% from 255 or 58.82% from 306); Max value from RGB is 180 - color contains mainly: blue. Hex color #304EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304EB4 is #CFB14B. Grayscale: #505050. Windows color (decimal): -13611340 or 11816496. OLE color: 11816496.

HSL color Cylindrical-coordinate representation of color #304EB4: hue angle of 226.36º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #304EB4 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4878180-
CMYK0.730.5700.29
HSL226.36º57.89%44.71%-
HSV(B)226.36º73.33%70.59%-
XYZ12.189.3744.35-
YUV80.66184.06104.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.69%
GREEN value IS 78 (30.86% from 255) = 25.49%
BLUE value IS 180 (70.70% from 255) = 58.82%
R=15.69%
G=25.49%
B=58.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48781800.730.5700.29226.3657.8944.71
Hex304EB4493901De23a2d
Octal60116264111710353427255
Binary110000100111010110100100100111100101110111100010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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