#304ead

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

Shades of Cerulean Blue #304EAD

Tints of Cerulean Blue #304EAD

Color information

#304EAD (or 0x304EAD) is unknown color: approx Cerulean Blue. HEX triplet: 30, 4E and AD. RGB value is (48,78,173). Sum of RGB (Red+Green+Blue) = 48+78+173=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #304EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304EAD is #CFB152. Grayscale: #4F4F4F. Windows color (decimal): -13611347 or 11357744. OLE color: 11357744.

HSL color Cylindrical-coordinate representation of color #304EAD: hue angle of 225.6º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #304EAD is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4878173-
CMYK0.720.5500.32
HSL225.6º56.56%43.33%-
HSV(B)225.6º72.25%67.84%-
XYZ11.499.0940.69-
YUV79.86180.56105.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 173 (67.97% from 255) = 57.86%
R=16.05%
G=26.09%
B=57.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48781730.720.5500.32225.656.5643.33
Hex304EAD4837020e2392b
Octal60116255110670403427153
Binary1100001001110101011011001000110111010000011100010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304ead

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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