Html Css Color HEX #3117BC Persian Blue

📋 copy color: '#3117BC'

red 49 ◦ green 23 ◦ blue 188

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

Shades of Persian Blue #3117BC

Tints of Persian Blue #3117BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 72.31%

R = 18.85%
G = 8.85%
B = 72.31%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3117BC (or 0x3117BC) is known color: Persian Blue. HEX triplet: 31, 17 and BC. RGB value is (49,23,188). Sum of RGB (Red+Green+Blue) = 49+23+188=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #3117BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3117BC is #CEE843. Grayscale: #303030. Windows color (decimal): -13559876 or 12326705. OLE color: 12326705.

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

Color convert

RGB 49 23 188 -
CMYK 0.74 0.88 0 0.26
HSL 249.45º 0.78% 0.41% -
HSV(B) 249.45º 0.88% 0.74% -
XYZ 10.65 4.9 47.96 -
YUV 49.58 206.11 127.58 -
System Red Green Blue C M Y K H S L
Decimal 49 23 188 0.74 0.88 0 0.26 249.45 0.78 0.41
Hex 31 17 BC 4A 58 0 1A F9 4E 29
Octal 61 27 274 112 130 0 32 371 116 51
Binary 110001 10111 10111100 1001010 1011000 0 11010 11111001 1001110 101001

Color Harmonies of #3117BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3117BC

Black with #3117BC

Text Example


Text Example

White with #3117BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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