Html Css Color HEX #3117B6 Persian Blue

📋 copy color: '#3117B6'

red 49 ◦ green 23 ◦ blue 182

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

Shades of Persian Blue #3117B6

Tints of Persian Blue #3117B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 71.65%

R = 19.29%
G = 9.06%
B = 71.65%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3117B6 (or 0x3117B6) is known color: Persian Blue. HEX triplet: 31, 17 and B6. RGB value is (49,23,182). Sum of RGB (Red+Green+Blue) = 49+23+182=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 182 (71.48% from 255 or 71.65% from 254); Max value from RGB is 182 - color contains mainly: blue. Hex color #3117B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3117B6 is #CEE849. Grayscale: #303030. Windows color (decimal): -13559882 or 11933489. OLE color: 11933489.

HSL color Cylindrical-coordinate representation of color #3117B6: hue angle of 249.81º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3117B6 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 23 182 -
CMYK 0.73 0.87 0 0.29
HSL 249.81º 0.78% 0.4% -
HSV(B) 249.81º 0.87% 0.71% -
XYZ 10.02 4.64 44.62 -
YUV 48.9 203.11 128.07 -
System Red Green Blue C M Y K H S L
Decimal 49 23 182 0.73 0.87 0 0.29 249.81 0.78 0.4
Hex 31 17 B6 49 57 0 1D FA 4E 28
Octal 61 27 266 111 127 0 35 372 116 50
Binary 110001 10111 10110110 1001001 1010111 0 11101 11111010 1001110 101000

Color Harmonies of #3117B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3117B6

Black with #3117B6

Text Example


Text Example

White with #3117B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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