#3C5FD8

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

Shades of Royal Blue #3C5FD8

Tints of Royal Blue #3C5FD8

Color information

#3C5FD8 (or 0x3C5FD8) is unknown color: approx Royal Blue. HEX triplet: 3C, 5F and D8. RGB value is (60,95,216). Sum of RGB (Red+Green+Blue) = 60+95+216=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 216 (84.77% from 255 or 58.22% from 371); Max value from RGB is 216 - color contains mainly: blue. Hex color #3C5FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C5FD8 is #C3A027. Grayscale: #616161. Windows color (decimal): -12820520 or 14180156. OLE color: 14180156.

HSL color Cylindrical-coordinate representation of color #3C5FD8: hue angle of 226.54º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C5FD8 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6095216-
CMYK0.720.5600.15
HSL226.54º66.67%54.12%-
HSV(B)226.54º72.22%84.71%-
XYZ18.3514.166.72-
YUV98.33194.4100.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.17%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 216 (84.77% from 255) = 58.22%
R=16.17%
G=25.61%
B=58.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal60952160.720.5600.15226.5466.6754.12
Hex3C5FD848380Fe34336
Octal741373301107001734310366
Binary111100101111111011000100100011100001111111000111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,95,216); }

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

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

 a { background-color: rgb(60,95,216); }

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

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

 span { border-color: rgb(60,95,216); }

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