#3195B3

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

Shades of Pelorous #3195B3

Tints of Pelorous #3195B3

Color information

#3195B3 (or 0x3195B3) is unknown color: approx Pelorous. HEX triplet: 31, 95 and B3. RGB value is (49,149,179). Sum of RGB (Red+Green+Blue) = 49+149+179=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 179 (70.31% from 255 or 47.48% from 377); Max value from RGB is 179 - color contains mainly: blue. Hex color #3195B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3195B3 is #CE6A4C. Grayscale: #7A7A7A. Windows color (decimal): -13527629 or 11769137. OLE color: 11769137.

HSL color Cylindrical-coordinate representation of color #3195B3: hue angle of 193.85º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3195B3 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB49149179-
CMYK0.730.1700.30
HSL193.85º57.02%44.71%-
HSV(B)193.85º72.63%70.2%-
XYZ20.1525.446.49-
YUV122.52159.8775.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.00%
GREEN value IS 149 (58.59% from 255) = 39.52%
BLUE value IS 179 (70.31% from 255) = 47.48%
R=13.00%
G=39.52%
B=47.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal491491790.730.1700.30193.8557.0244.71
Hex3195B3491101Ec2392d
Octal61225263111210363027155
Binary110001100101011011001110010011000101111011000010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3195B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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