#3B6ECA

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

Shades of Royal Blue #3B6ECA

Tints of Royal Blue #3B6ECA

Color information

#3B6ECA (or 0x3B6ECA) is unknown color: approx Royal Blue. HEX triplet: 3B, 6E and CA. RGB value is (59,110,202). Sum of RGB (Red+Green+Blue) = 59+110+202=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #3B6ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B6ECA is #C49135. Grayscale: #686868. Windows color (decimal): -12882230 or 13266491. OLE color: 13266491.

HSL color Cylindrical-coordinate representation of color #3B6ECA: hue angle of 218.6º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B6ECA is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB59110202-
CMYK0.710.4600.21
HSL218.6º57.43%51.18%-
HSV(B)218.6º70.79%79.22%-
XYZ18.0416.3558.08-
YUV105.24182.695.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.90%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 202 (79.30% from 255) = 54.45%
R=15.90%
G=29.65%
B=54.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal591102020.710.4600.21218.657.4351.18
Hex3B6ECA472E015db3933
Octal73156312107560253337163
Binary111011110111011001010100011110111001010111011011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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