Html Css Color HEX #3975DC Royal Blue

📋 copy color: '#3975DC'

red 57 ◦ green 117 ◦ blue 220

#3975DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3975DC

Tints of Royal Blue #3975DC

RGB

 RED value IS 57 (22.66% from 255) = 14.47%

 GREEN value IS 117 (46.09% from 255) = 29.7%

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 14.47%
G = 29.7%
B = 55.84%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3975DC (or 0x3975DC) is known color: Royal Blue. HEX triplet: 39, 75 and DC. RGB value is (57,117,220). Sum of RGB (Red+Green+Blue) = 57+117+220=394 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.47% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #3975DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3975DC is #C68A23. Grayscale: #6E6E6E. Windows color (decimal): -13011492 or 14447929. OLE color: 14447929.

HSL color Cylindrical-coordinate representation of color #3975DC: hue angle of 217.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3975DC is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 117 220 -
CMYK 0.74 0.47 0 0.14
HSL 217.91º 0.7% 0.54% -
HSV(B) 217.91º 0.74% 0.86% -
XYZ 20.97 18.76 70.23 -
YUV 110.8 189.62 89.62 -
System Red Green Blue C M Y K H S L
Decimal 57 117 220 0.74 0.47 0 0.14 217.91 0.7 0.54
Hex 39 75 DC 4A 2F 0 E DA 46 36
Octal 71 165 334 112 57 0 16 332 106 66
Binary 111001 1110101 11011100 1001010 101111 0 1110 11011010 1000110 110110

Color Harmonies of #3975DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3975DC

Black with #3975DC

Text Example


Text Example

White with #3975DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3975DC;
 }
 .AnyTagClassName
 {
   color: #3975DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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