#3C81D6

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

Shades of Royal Blue #3C81D6

Tints of Royal Blue #3C81D6

Color information

#3C81D6 (or 0x3C81D6) is unknown color: approx Royal Blue. HEX triplet: 3C, 81 and D6. RGB value is (60,129,214). Sum of RGB (Red+Green+Blue) = 60+129+214=403 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.89% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #3C81D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C81D6 is #C37E29. Grayscale: #757575. Windows color (decimal): -12811818 or 14057788. OLE color: 14057788.

HSL color Cylindrical-coordinate representation of color #3C81D6: hue angle of 213.12º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C81D6 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB60129214-
CMYK0.720.4000.16
HSL213.12º65.25%53.73%-
HSV(B)213.12º71.96%83.92%-
XYZ21.8521.5266.62-
YUV118.06182.1486.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.89%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 214 (83.98% from 255) = 53.10%
R=14.89%
G=32.01%
B=53.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal601292140.720.4000.16213.1265.2553.73
Hex3C81D64828010d54136
Octal742013261105002032510166
Binary11110010000001110101101001000101000010000110101011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C81D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,129,214); }

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

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

 a { background-color: rgb(60,129,214); }

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

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

 span { border-color: rgb(60,129,214); }

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