#2795AB

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

Shades of Pelorous #2795AB

Tints of Pelorous #2795AB

Color information

#2795AB (or 0x2795AB) is unknown color: approx Pelorous. HEX triplet: 27, 95 and AB. RGB value is (39,149,171). Sum of RGB (Red+Green+Blue) = 39+149+171=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #2795AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2795AB is #D86A54. Grayscale: #767676. Windows color (decimal): -14182997 or 11244839. OLE color: 11244839.

HSL color Cylindrical-coordinate representation of color #2795AB: hue angle of 190º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2795AB is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB39149171-
CMYK0.770.1300.33
HSL190º62.86%41.18%-
HSV(B)190º77.19%67.06%-
XYZ18.9324.8742.33-
YUV118.62157.5671.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.86%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=10.86%
G=41.50%
B=47.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391491710.770.1300.3319062.8641.18
Hex2795AB4DD021be3f29
Octal47225253115150412767751
Binary100111100101011010101110011011101010000110111110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2795AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,149,171); }

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

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

 a { background-color: rgb(39,149,171); }

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

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

 span { border-color: rgb(39,149,171); }

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