#304EC4

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

Shades of Cerulean Blue #304EC4

Tints of Cerulean Blue #304EC4

Color information

#304EC4 (or 0x304EC4) is unknown color: approx Cerulean Blue. HEX triplet: 30, 4E and C4. RGB value is (48,78,196). Sum of RGB (Red+Green+Blue) = 48+78+196=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 196 (76.95% from 255 or 60.87% from 322); Max value from RGB is 196 - color contains mainly: blue. Hex color #304EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304EC4 is #CFB13B. Grayscale: #515151. Windows color (decimal): -13611324 or 12865072. OLE color: 12865072.

HSL color Cylindrical-coordinate representation of color #304EC4: hue angle of 227.84º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #304EC4 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4878196-
CMYK0.760.6000.23
HSL227.84º60.66%47.84%-
HSV(B)227.84º75.51%76.86%-
XYZ13.9110.0653.43-
YUV82.48192.06103.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.91%
GREEN value IS 78 (30.86% from 255) = 24.22%
BLUE value IS 196 (76.95% from 255) = 60.87%
R=14.91%
G=24.22%
B=60.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal48781960.760.6000.23227.8460.6647.84
Hex304EC44C3C017e43d30
Octal60116304114740273447560
Binary110000100111011000100100110011110001011111100100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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