Html Css Color HEX #3975DD Royal Blue

📋 copy color: '#3975DD'

red 57 ◦ green 117 ◦ blue 221

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

Shades of Royal Blue #3975DD

Tints of Royal Blue #3975DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.95%

R = 14.43%
G = 29.62%
B = 55.95%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3975DD (or 0x3975DD) is known color: Royal Blue. HEX triplet: 39, 75 and DD. RGB value is (57,117,221). Sum of RGB (Red+Green+Blue) = 57+117+221=395 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.43% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #3975DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3975DD is #C68A22. Grayscale: #6E6E6E. Windows color (decimal): -13011491 or 14513465. OLE color: 14513465.

HSL color Cylindrical-coordinate representation of color #3975DD: hue angle of 218.05º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3975DD is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 117 221 -
CMYK 0.74 0.47 0 0.13
HSL 218.05º 0.71% 0.55% -
HSV(B) 218.05º 0.74% 0.87% -
XYZ 21.1 18.81 70.93 -
YUV 110.92 190.12 89.54 -
System Red Green Blue C M Y K H S L
Decimal 57 117 221 0.74 0.47 0 0.13 218.05 0.71 0.55
Hex 39 75 DD 4A 2F 0 D DA 47 37
Octal 71 165 335 112 57 0 15 332 107 67
Binary 111001 1110101 11011101 1001010 101111 0 1101 11011010 1000111 110111

Color Harmonies of #3975DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3975DD

Black with #3975DD

Text Example


Text Example

White with #3975DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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