#3195AF

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

Shades of Pelorous #3195AF

Tints of Pelorous #3195AF

Color information

#3195AF (or 0x3195AF) is unknown color: approx Pelorous. HEX triplet: 31, 95 and AF. RGB value is (49,149,175). Sum of RGB (Red+Green+Blue) = 49+149+175=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #3195AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3195AF is #CE6A50. Grayscale: #797979. Windows color (decimal): -13527633 or 11506993. OLE color: 11506993.

HSL color Cylindrical-coordinate representation of color #3195AF: hue angle of 192.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3195AF is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB49149175-
CMYK0.720.1500.31
HSL192.38º56.25%43.92%-
HSV(B)192.38º72%68.63%-
XYZ19.7525.2444.39-
YUV122.06157.8775.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.14%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=13.14%
G=39.95%
B=46.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal491491750.720.1500.31192.3856.2543.92
Hex3195AF48F01Fc0382c
Octal61225257110170373007054
Binary11000110010101101011111001000111101111111000000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3195AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3195AF; }

 p { color: rgb(49,149,175); }

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

<style>
 a { background-color: #3195AF; }

 a { background-color: rgb(49,149,175); }

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

<style>
 span { border-color: #3195AF; }

 span { border-color: rgb(49,149,175); }

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