#3975CD

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

Shades of Royal Blue #3975CD

Tints of Royal Blue #3975CD

Color information

#3975CD (or 0x3975CD) is unknown color: approx Royal Blue. HEX triplet: 39, 75 and CD. RGB value is (57,117,205). Sum of RGB (Red+Green+Blue) = 57+117+205=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #3975CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3975CD is #C68A32. Grayscale: #6C6C6C. Windows color (decimal): -13011507 or 13464889. OLE color: 13464889.

HSL color Cylindrical-coordinate representation of color #3975CD: hue angle of 215.68º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3975CD is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB57117205-
CMYK0.720.4300.20
HSL215.68º59.68%51.37%-
HSV(B)215.68º72.2%80.39%-
XYZ19.071860.23-
YUV109.09182.1290.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.04%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 205 (80.47% from 255) = 54.09%
R=15.04%
G=30.87%
B=54.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571172050.720.4300.20215.6859.6851.37
Hex3975CD482B014d83c33
Octal71165315110530243307463
Binary111001111010111001101100100010101101010011011000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3975CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3975CD; }

 p { color: rgb(57,117,205); }

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

<style>
 a { background-color: #3975CD; }

 a { background-color: rgb(57,117,205); }

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

<style>
 span { border-color: #3975CD; }

 span { border-color: rgb(57,117,205); }

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