#3E6FCA

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

Shades of Royal Blue #3E6FCA

Tints of Royal Blue #3E6FCA

Color information

#3E6FCA (or 0x3E6FCA) is unknown color: approx Royal Blue. HEX triplet: 3E, 6F and CA. RGB value is (62,111,202). Sum of RGB (Red+Green+Blue) = 62+111+202=375 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.53% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E6FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6FCA is #C19035. Grayscale: #6A6A6A. Windows color (decimal): -12685366 or 13266750. OLE color: 13266750.

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

Color convert

RGB62111202-
CMYK0.690.4500.21
HSL219º56.91%51.76%-
HSV(B)219º69.31%79.22%-
XYZ18.3316.6658.13-
YUV106.72181.7796.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.53%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 202 (79.30% from 255) = 53.87%
R=16.53%
G=29.6%
B=53.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal621112020.690.4500.2121956.9151.76
Hex3E6FCA452D015db3934
Octal76157312105550253337164
Binary111110110111111001010100010110110101010111011011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,111,202); }

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

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

 a { background-color: rgb(62,111,202); }

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

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

 span { border-color: rgb(62,111,202); }

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