Html Css Color HEX #3117BE Persian Blue

📋 copy color: '#3117BE'

red 49 ◦ green 23 ◦ blue 190

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

Shades of Persian Blue #3117BE

Tints of Persian Blue #3117BE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.78%

 BLUE value IS 190 (74.61% from 255) = 72.52%

R = 18.7%
G = 8.78%
B = 72.52%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3117BE (or 0x3117BE) is known color: Persian Blue. HEX triplet: 31, 17 and BE. RGB value is (49,23,190). Sum of RGB (Red+Green+Blue) = 49+23+190=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 190 (74.61% from 255 or 72.52% from 262); Max value from RGB is 190 - color contains mainly: blue. Hex color #3117BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3117BE is #CEE841. Grayscale: #313131. Windows color (decimal): -13559874 or 12457777. OLE color: 12457777.

HSL color Cylindrical-coordinate representation of color #3117BE: hue angle of 249.34º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3117BE is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 23 190 -
CMYK 0.74 0.88 0 0.25
HSL 249.34º 0.78% 0.42% -
HSV(B) 249.34º 0.88% 0.75% -
XYZ 10.87 4.98 49.1 -
YUV 49.81 207.11 127.42 -
System Red Green Blue C M Y K H S L
Decimal 49 23 190 0.74 0.88 0 0.25 249.34 0.78 0.42
Hex 31 17 BE 4A 58 0 19 F9 4E 2A
Octal 61 27 276 112 130 0 31 371 116 52
Binary 110001 10111 10111110 1001010 1011000 0 11001 11111001 1001110 101010

Color Harmonies of #3117BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3117BE

Black with #3117BE

Text Example


Text Example

White with #3117BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3117BE; }

 p { color: rgb(49,23,190); }

 H1.HeaderClassName
 {
   color: #3117BE;
 }
 .AnyTagClassName
 {
   color: #3117BE;
 }
</style>

background-color css

<style>
 a { background-color: #3117BE; }

 a { background-color: rgb(49,23,190); }

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

border-color css

<style>
 span { border-color: #3117BE; }

 span { border-color: rgb(49,23,190); }

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