#3199AD

Color #3199AD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #3199AD

Tints of Pelorous #3199AD

Color information

#3199AD (or 0x3199AD) is unknown color: approx Pelorous. HEX triplet: 31, 99 and AD. RGB value is (49,153,173). Sum of RGB (Red+Green+Blue) = 49+153+173=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #3199AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3199AD is #CE6652. Grayscale: #7C7C7C. Windows color (decimal): -13526611 or 11376945. OLE color: 11376945.

HSL color Cylindrical-coordinate representation of color #3199AD: hue angle of 189.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3199AD is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB49153173-
CMYK0.720.1200.32
HSL189.68º55.86%43.53%-
HSV(B)189.68º71.68%67.84%-
XYZ20.226.4543.58-
YUV124.18155.5474.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.07%
GREEN value IS 153 (60.16% from 255) = 40.8%
BLUE value IS 173 (67.97% from 255) = 46.13%
R=13.07%
G=40.8%
B=46.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491531730.720.1200.32189.6855.8643.53
Hex3199AD48C020be382c
Octal61231255110140402767054
Binary110001100110011010110110010001100010000010111110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3199AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3199AD;
 }
 .AnyTagClassName
 {
   color: #3199AD;
 }
</style>
background-color css

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

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

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

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

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

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