#304AD0

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

Shades of Cerulean Blue #304AD0

Tints of Cerulean Blue #304AD0

Color information

#304AD0 (or 0x304AD0) is unknown color: approx Cerulean Blue. HEX triplet: 30, 4A and D0. RGB value is (48,74,208). Sum of RGB (Red+Green+Blue) = 48+74+208=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 208 (81.64% from 255 or 63.03% from 330); Max value from RGB is 208 - color contains mainly: blue. Hex color #304AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304AD0 is #CFB52F. Grayscale: #505050. Windows color (decimal): -13612336 or 13650480. OLE color: 13650480.

HSL color Cylindrical-coordinate representation of color #304AD0: hue angle of 230.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #304AD0 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4874208-
CMYK0.770.6400.18
HSL230.25º62.99%50.2%-
HSV(B)230.25º76.92%81.57%-
XYZ15.0510.0860.83-
YUV81.5199.39104.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.55%
GREEN value IS 74 (29.30% from 255) = 22.42%
BLUE value IS 208 (81.64% from 255) = 63.03%
R=14.55%
G=22.42%
B=63.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal48742080.770.6400.18230.2562.9950.2
Hex304AD04D40012e63f32
Octal601123201151000223467762
Binary1100001001010110100001001101100000001001011100110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,74,208); }

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

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

 a { background-color: rgb(48,74,208); }

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

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

 span { border-color: rgb(48,74,208); }

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