Html Css Color HEX #3175EA Royal Blue

📋 copy color: '#3175EA'

red 49 ◦ green 117 ◦ blue 234

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

Shades of Royal Blue #3175EA

Tints of Royal Blue #3175EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.5%

R = 12.25%
G = 29.25%
B = 58.5%

CMYK

 C value IS 0.79

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3175EA (or 0x3175EA) is known color: Royal Blue. HEX triplet: 31, 75 and EA. RGB value is (49,117,234). Sum of RGB (Red+Green+Blue) = 49+117+234=400 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #3175EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3175EA is #CE8A15. Grayscale: #6D6D6D. Windows color (decimal): -13535766 or 15365425. OLE color: 15365425.

HSL color Cylindrical-coordinate representation of color #3175EA: hue angle of 217.95º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3175EA is Cyan = 0.79, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 117 234 -
CMYK 0.79 0.5 0 0.08
HSL 217.95º 0.81% 0.55% -
HSV(B) 217.95º 0.79% 0.92% -
XYZ 22.48 19.32 80.39 -
YUV 110.01 197.97 84.49 -
System Red Green Blue C M Y K H S L
Decimal 49 117 234 0.79 0.5 0 0.08 217.95 0.81 0.55
Hex 31 75 EA 4F 32 0 8 DA 51 37
Octal 61 165 352 117 62 0 10 332 121 67
Binary 110001 1110101 11101010 1001111 110010 0 1000 11011010 1010001 110111

Color Harmonies of #3175EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3175EA

Black with #3175EA

Text Example


Text Example

White with #3175EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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