Html Css Color HEX #3197AB Pelorous

📋 copy color: '#3197AB'

red 49 ◦ green 151 ◦ blue 171

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

Shades of Pelorous #3197AB

Tints of Pelorous #3197AB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

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

R = 13.21%
G = 40.7%
B = 46.09%

CMYK

 C value IS 0.71

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3197AB (or 0x3197AB) is known color: Pelorous. HEX triplet: 31, 97 and AB. RGB value is (49,151,171). Sum of RGB (Red+Green+Blue) = 49+151+171=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #3197AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3197AB is #CE6854. Grayscale: #7A7A7A. Windows color (decimal): -13527125 or 11245361. OLE color: 11245361.

HSL color Cylindrical-coordinate representation of color #3197AB: hue angle of 189.84º 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 #3197AB is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 151 171 -
CMYK 0.71 0.12 0 0.33
HSL 189.84º 0.55% 0.43% -
HSV(B) 189.84º 0.71% 0.67% -
XYZ 19.68 25.73 42.46 -
YUV 122.78 155.21 75.37 -
System Red Green Blue C M Y K H S L
Decimal 49 151 171 0.71 0.12 0 0.33 189.84 0.55 0.43
Hex 31 97 AB 47 C 0 21 BE 37 2B
Octal 61 227 253 107 14 0 41 276 67 53
Binary 110001 10010111 10101011 1000111 1100 0 100001 10111110 110111 101011

Color Harmonies of #3197AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3197AB

Black with #3197AB

Text Example


Text Example

White with #3197AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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