#3976CE

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

Shades of Royal Blue #3976CE

Tints of Royal Blue #3976CE

Color information

#3976CE (or 0x3976CE) is unknown color: approx Royal Blue. HEX triplet: 39, 76 and CE. RGB value is (57,118,206). Sum of RGB (Red+Green+Blue) = 57+118+206=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #3976CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3976CE is #C68931. Grayscale: #6D6D6D. Windows color (decimal): -13011250 or 13530681. OLE color: 13530681.

HSL color Cylindrical-coordinate representation of color #3976CE: hue angle of 215.44º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3976CE is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB57118206-
CMYK0.720.4300.19
HSL215.44º60.32%51.57%-
HSV(B)215.44º72.33%80.78%-
XYZ19.3118.2860.9-
YUV109.79182.2990.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.96%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 206 (80.86% from 255) = 54.07%
R=14.96%
G=30.97%
B=54.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal571182060.720.4300.19215.4460.3251.57
Hex3976CE482B013d73c34
Octal71166316110530233277464
Binary111001111011011001110100100010101101001111010111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3976CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3976CE; }

 p { color: rgb(57,118,206); }

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

<style>
 a { background-color: #3976CE; }

 a { background-color: rgb(57,118,206); }

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

<style>
 span { border-color: #3976CE; }

 span { border-color: rgb(57,118,206); }

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