Html Css Color HEX #3975DA Royal Blue

📋 copy color: '#3975DA'

red 57 ◦ green 117 ◦ blue 218

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

Shades of Royal Blue #3975DA

Tints of Royal Blue #3975DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.61%

R = 14.54%
G = 29.85%
B = 55.61%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3975DA (or 0x3975DA) is known color: Royal Blue. HEX triplet: 39, 75 and DA. RGB value is (57,117,218). Sum of RGB (Red+Green+Blue) = 57+117+218=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #3975DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3975DA is #C68A25. Grayscale: #6E6E6E. Windows color (decimal): -13011494 or 14316857. OLE color: 14316857.

HSL color Cylindrical-coordinate representation of color #3975DA: hue angle of 217.64º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3975DA is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 117 218 -
CMYK 0.74 0.46 0 0.15
HSL 217.64º 0.69% 0.54% -
HSV(B) 217.64º 0.74% 0.85% -
XYZ 20.7 18.65 68.84 -
YUV 110.57 188.62 89.79 -
System Red Green Blue C M Y K H S L
Decimal 57 117 218 0.74 0.46 0 0.15 217.64 0.69 0.54
Hex 39 75 DA 4A 2E 0 F DA 45 36
Octal 71 165 332 112 56 0 17 332 105 66
Binary 111001 1110101 11011010 1001010 101110 0 1111 11011010 1000101 110110

Color Harmonies of #3975DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3975DA

Black with #3975DA

Text Example


Text Example

White with #3975DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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