Html Css Color HEX #3199AB Pelorous

📋 copy color: '#3199AB'

red 49 ◦ green 153 ◦ blue 171

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

Shades of Pelorous #3199AB

Tints of Pelorous #3199AB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.02%

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

R = 13.14%
G = 41.02%
B = 45.84%

CMYK

 C value IS 0.71

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3199AB (or 0x3199AB) is known color: Pelorous. HEX triplet: 31, 99 and AB. RGB value is (49,153,171). Sum of RGB (Red+Green+Blue) = 49+153+171=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #3199AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3199AB is #CE6654. Grayscale: #7B7B7B. Windows color (decimal): -13526613 or 11245873. OLE color: 11245873.

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

Color convert

RGB 49 153 171 -
CMYK 0.71 0.11 0 0.33
HSL 188.85º 0.55% 0.43% -
HSV(B) 188.85º 0.71% 0.67% -
XYZ 20.01 26.38 42.56 -
YUV 123.96 154.54 74.54 -
System Red Green Blue C M Y K H S L
Decimal 49 153 171 0.71 0.11 0 0.33 188.85 0.55 0.43
Hex 31 99 AB 47 B 0 21 BD 37 2B
Octal 61 231 253 107 13 0 41 275 67 53
Binary 110001 10011001 10101011 1000111 1011 0 100001 10111101 110111 101011

Color Harmonies of #3199AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3199AB

Black with #3199AB

Text Example


Text Example

White with #3199AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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