#306ED2

Color #306ED2 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #306ED2

Tints of Royal Blue #306ED2

Color information

#306ED2 (or 0x306ED2) is unknown color: approx Royal Blue. HEX triplet: 30, 6E and D2. RGB value is (48,110,210). Sum of RGB (Red+Green+Blue) = 48+110+210=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 210 (82.42% from 255 or 57.07% from 368); Max value from RGB is 210 - color contains mainly: blue. Hex color #306ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306ED2 is #CF912D. Grayscale: #666666. Windows color (decimal): -13603118 or 13790768. OLE color: 13790768.

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

Color convert

RGB48110210-
CMYK0.770.4800.18
HSL217.04º64.29%50.59%-
HSV(B)217.04º77.14%82.35%-
XYZ18.4316.4363.17-
YUV102.86188.4688.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.04%
GREEN value IS 110 (43.36% from 255) = 29.89%
BLUE value IS 210 (82.42% from 255) = 57.07%
R=13.04%
G=29.89%
B=57.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal481102100.770.4800.18217.0464.2950.59
Hex306ED24D30012d94033
Octal601563221156002233110063
Binary1100001101110110100101001101110000010010110110011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306ED2; }

 p { color: rgb(48,110,210); }

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

<style>
 a { background-color: #306ED2; }

 a { background-color: rgb(48,110,210); }

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

<style>
 span { border-color: #306ED2; }

 span { border-color: rgb(48,110,210); }

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