#304DA4

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

Shades of Cerulean Blue #304DA4

Tints of Cerulean Blue #304DA4

Color information

#304DA4 (or 0x304DA4) is unknown color: approx Cerulean Blue. HEX triplet: 30, 4D and A4. RGB value is (48,77,164). Sum of RGB (Red+Green+Blue) = 48+77+164=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 164 (64.45% from 255 or 56.75% from 289); Max value from RGB is 164 - color contains mainly: blue. Hex color #304DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304DA4 is #CFB25B. Grayscale: #4D4D4D. Windows color (decimal): -13611612 or 10767664. OLE color: 10767664.

HSL color Cylindrical-coordinate representation of color #304DA4: hue angle of 225º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #304DA4 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4877164-
CMYK0.710.5300.36
HSL225º54.72%41.57%-
HSV(B)225º70.73%64.31%-
XYZ10.578.6236.23-
YUV78.25176.39106.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.61%
GREEN value IS 77 (30.47% from 255) = 26.64%
BLUE value IS 164 (64.45% from 255) = 56.75%
R=16.61%
G=26.64%
B=56.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48771640.710.5300.3622554.7241.57
Hex304DA44735024e1372a
Octal60115244107650443416752
Binary1100001001101101001001000111110101010010011100001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,77,164); }

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

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

 a { background-color: rgb(48,77,164); }

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

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

 span { border-color: rgb(48,77,164); }

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