Html Css Color HEX #3117BB Persian Blue

📋 copy color: '#3117BB'

red 49 ◦ green 23 ◦ blue 187

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

Shades of Persian Blue #3117BB

Tints of Persian Blue #3117BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 72.2%

R = 18.92%
G = 8.88%
B = 72.2%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3117BB (or 0x3117BB) is known color: Persian Blue. HEX triplet: 31, 17 and BB. RGB value is (49,23,187). Sum of RGB (Red+Green+Blue) = 49+23+187=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #3117BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3117BB is #CEE844. Grayscale: #303030. Windows color (decimal): -13559877 or 12261169. OLE color: 12261169.

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

Color convert

RGB 49 23 187 -
CMYK 0.74 0.88 0 0.27
HSL 249.51º 0.78% 0.41% -
HSV(B) 249.51º 0.88% 0.73% -
XYZ 10.54 4.85 47.39 -
YUV 49.47 205.61 127.66 -
System Red Green Blue C M Y K H S L
Decimal 49 23 187 0.74 0.88 0 0.27 249.51 0.78 0.41
Hex 31 17 BB 4A 58 0 1B FA 4E 29
Octal 61 27 273 112 130 0 33 372 116 51
Binary 110001 10111 10111011 1001010 1011000 0 11011 11111010 1001110 101001

Color Harmonies of #3117BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3117BB

Black with #3117BB

Text Example


Text Example

White with #3117BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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