#3685E6

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

Shades of Royal Blue #3685E6

Tints of Royal Blue #3685E6

Color information

#3685E6 (or 0x3685E6) is unknown color: approx Royal Blue. HEX triplet: 36, 85 and E6. RGB value is (54,133,230). Sum of RGB (Red+Green+Blue) = 54+133+230=417 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.95% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 230 (90.23% from 255 or 55.16% from 417); Max value from RGB is 230 - color contains mainly: blue. Hex color #3685E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3685E6 is #C97A19. Grayscale: #777777. Windows color (decimal): -13203994 or 15107382. OLE color: 15107382.

HSL color Cylindrical-coordinate representation of color #3685E6: hue angle of 213.07º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3685E6 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB54133230-
CMYK0.770.4200.10
HSL213.07º77.88%55.69%-
HSV(B)213.07º76.52%90.2%-
XYZ24.1923.2778.08-
YUV120.44189.8380.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.95%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 230 (90.23% from 255) = 55.16%
R=12.95%
G=31.89%
B=55.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal541332300.770.4200.10213.0777.8855.69
Hex3685E64D2A0Ad54e38
Octal662053461155201232511670
Binary1101101000010111100110100110110101001010110101011001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3685E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3685E6; }

 p { color: rgb(54,133,230); }

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

<style>
 a { background-color: #3685E6; }

 a { background-color: rgb(54,133,230); }

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

<style>
 span { border-color: #3685E6; }

 span { border-color: rgb(54,133,230); }

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