#3681E6

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

Shades of Royal Blue #3681E6

Tints of Royal Blue #3681E6

Color information

#3681E6 (or 0x3681E6) is unknown color: approx Royal Blue. HEX triplet: 36, 81 and E6. RGB value is (54,129,230). Sum of RGB (Red+Green+Blue) = 54+129+230=413 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.08% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 230 (90.23% from 255 or 55.69% from 413); Max value from RGB is 230 - color contains mainly: blue. Hex color #3681E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3681E6 is #C97E19. Grayscale: #757575. Windows color (decimal): -13205018 or 15106358. OLE color: 15106358.

HSL color Cylindrical-coordinate representation of color #3681E6: hue angle of 214.43º 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 #3681E6 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB54129230-
CMYK0.770.4400.10
HSL214.43º77.88%55.69%-
HSV(B)214.43º76.52%90.2%-
XYZ23.6522.277.9-
YUV118.09191.1582.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.08%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 230 (90.23% from 255) = 55.69%
R=13.08%
G=31.23%
B=55.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal541292300.770.4400.10214.4377.8855.69
Hex3681E64D2C0Ad64e38
Octal662013461155401232611670
Binary1101101000000111100110100110110110001010110101101001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3681E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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