#3B6ED0

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

Shades of Royal Blue #3B6ED0

Tints of Royal Blue #3B6ED0

Color information

#3B6ED0 (or 0x3B6ED0) is unknown color: approx Royal Blue. HEX triplet: 3B, 6E and D0. RGB value is (59,110,208). Sum of RGB (Red+Green+Blue) = 59+110+208=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 208 (81.64% from 255 or 55.17% from 377); Max value from RGB is 208 - color contains mainly: blue. Hex color #3B6ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6ED0 is #C4912F. Grayscale: #696969. Windows color (decimal): -12882224 or 13659707. OLE color: 13659707.

HSL color Cylindrical-coordinate representation of color #3B6ED0: hue angle of 219.46º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B6ED0 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB59110208-
CMYK0.720.4700.18
HSL219.46º61.32%52.35%-
HSV(B)219.46º71.63%81.57%-
XYZ18.7616.6461.9-
YUV105.92185.694.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.65%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 208 (81.64% from 255) = 55.17%
R=15.65%
G=29.18%
B=55.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal591102080.720.4700.18219.4661.3252.35
Hex3B6ED0482F012db3d34
Octal73156320110570223337564
Binary111011110111011010000100100010111101001011011011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B6ED0; }

 p { color: rgb(59,110,208); }

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

<style>
 a { background-color: #3B6ED0; }

 a { background-color: rgb(59,110,208); }

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

<style>
 span { border-color: #3B6ED0; }

 span { border-color: rgb(59,110,208); }

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