Html Css Color HEX #3137AB Persian Blue

📋 copy color: '#3137AB'

red 49 ◦ green 55 ◦ blue 171

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

Shades of Persian Blue #3137AB

Tints of Persian Blue #3137AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20%

 BLUE value IS 171 (67.19% from 255) = 62.18%

R = 17.82%
G = 20%
B = 62.18%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3137AB (or 0x3137AB) is known color: Persian Blue. HEX triplet: 31, 37 and AB. RGB value is (49,55,171). Sum of RGB (Red+Green+Blue) = 49+55+171=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #3137AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3137AB is #CEC854. Grayscale: #414141. Windows color (decimal): -13551701 or 11220785. OLE color: 11220785.

HSL color Cylindrical-coordinate representation of color #3137AB: hue angle of 237.05º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3137AB is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 55 171 -
CMYK 0.71 0.68 0 0.33
HSL 237.05º 0.55% 0.43% -
HSV(B) 237.05º 0.71% 0.67% -
XYZ 9.98 6.33 39.22 -
YUV 66.43 187.01 115.57 -
System Red Green Blue C M Y K H S L
Decimal 49 55 171 0.71 0.68 0 0.33 237.05 0.55 0.43
Hex 31 37 AB 47 44 0 21 ED 37 2B
Octal 61 67 253 107 104 0 41 355 67 53
Binary 110001 110111 10101011 1000111 1000100 0 100001 11101101 110111 101011

Color Harmonies of #3137AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3137AB

Black with #3137AB

Text Example


Text Example

White with #3137AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3137AB; }

 p { color: rgb(49,55,171); }

 H1.HeaderClassName
 {
   color: #3137AB;
 }
 .AnyTagClassName
 {
   color: #3137AB;
 }
</style>

background-color css

<style>
 a { background-color: #3137AB; }

 a { background-color: rgb(49,55,171); }

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

border-color css

<style>
 span { border-color: #3137AB; }

 span { border-color: rgb(49,55,171); }

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