Html Css Color HEX #3175DE Royal Blue

📋 copy color: '#3175DE'

red 49 ◦ green 117 ◦ blue 222

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

Shades of Royal Blue #3175DE

Tints of Royal Blue #3175DE

RGB

 RED value IS 49 (19.53% from 255) = 12.63%

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

 BLUE value IS 222 (87.11% from 255) = 57.22%

R = 12.63%
G = 30.15%
B = 57.22%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3175DE (or 0x3175DE) is known color: Royal Blue. HEX triplet: 31, 75 and DE. RGB value is (49,117,222). Sum of RGB (Red+Green+Blue) = 49+117+222=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #3175DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3175DE is #CE8A21. Grayscale: #6C6C6C. Windows color (decimal): -13535778 or 14578993. OLE color: 14578993.

HSL color Cylindrical-coordinate representation of color #3175DE: hue angle of 216.42º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3175DE is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 117 222 -
CMYK 0.78 0.47 0 0.13
HSL 216.42º 0.72% 0.53% -
HSV(B) 216.42º 0.78% 0.87% -
XYZ 20.81 18.65 71.61 -
YUV 108.64 191.97 85.46 -
System Red Green Blue C M Y K H S L
Decimal 49 117 222 0.78 0.47 0 0.13 216.42 0.72 0.53
Hex 31 75 DE 4E 2F 0 D D8 48 35
Octal 61 165 336 116 57 0 15 330 110 65
Binary 110001 1110101 11011110 1001110 101111 0 1101 11011000 1001000 110101

Color Harmonies of #3175DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3175DE

Black with #3175DE

Text Example


Text Example

White with #3175DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3175DE; }

 p { color: rgb(49,117,222); }

 H1.HeaderClassName
 {
   color: #3175DE;
 }
 .AnyTagClassName
 {
   color: #3175DE;
 }
</style>

background-color css

<style>
 a { background-color: #3175DE; }

 a { background-color: rgb(49,117,222); }

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

border-color css

<style>
 span { border-color: #3175DE; }

 span { border-color: rgb(49,117,222); }

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