#304CD1

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

Shades of Cerulean Blue #304CD1

Tints of Cerulean Blue #304CD1

Color information

#304CD1 (or 0x304CD1) is unknown color: approx Cerulean Blue. HEX triplet: 30, 4C and D1. RGB value is (48,76,209). Sum of RGB (Red+Green+Blue) = 48+76+209=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 209 (82.03% from 255 or 62.76% from 333); Max value from RGB is 209 - color contains mainly: blue. Hex color #304CD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CD1 is #CFB32E. Grayscale: #525252. Windows color (decimal): -13611823 or 13716528. OLE color: 13716528.

HSL color Cylindrical-coordinate representation of color #304CD1: hue angle of 229.57º degrees, saturation: 0.64, 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 #304CD1 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4876209-
CMYK0.770.6400.18
HSL229.57º63.64%50.39%-
HSV(B)229.57º77.03%81.96%-
XYZ15.3110.461.52-
YUV82.79199.22103.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.41%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 209 (82.03% from 255) = 62.76%
R=14.41%
G=22.82%
B=62.76%

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
Decimal48762090.770.6400.18229.5763.6450.39
Hex304CD14D40012e64032
Octal6011432111510002234610062
Binary11000010011001101000110011011000000010010111001101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,76,209); }

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

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

 a { background-color: rgb(48,76,209); }

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

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

 span { border-color: rgb(48,76,209); }

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