#2795A8

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

Shades of Pelorous #2795A8

Tints of Pelorous #2795A8

Color information

#2795A8 (or 0x2795A8) is unknown color: approx Pelorous. HEX triplet: 27, 95 and A8. RGB value is (39,149,168). Sum of RGB (Red+Green+Blue) = 39+149+168=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 168 (66.02% from 255 or 47.19% from 356); Max value from RGB is 168 - color contains mainly: blue. Hex color #2795A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2795A8 is #D86A57. Grayscale: #767676. Windows color (decimal): -14183000 or 11048231. OLE color: 11048231.

HSL color Cylindrical-coordinate representation of color #2795A8: hue angle of 188.84º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2795A8 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB39149168-
CMYK0.770.1100.34
HSL188.84º62.32%40.59%-
HSV(B)188.84º76.79%65.88%-
XYZ18.6524.7540.84-
YUV118.28156.0671.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.96%
GREEN value IS 149 (58.59% from 255) = 41.85%
BLUE value IS 168 (66.02% from 255) = 47.19%
R=10.96%
G=41.85%
B=47.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal391491680.770.1100.34188.8462.3240.59
Hex2795A84DB022bd3e29
Octal47225250115130422757651
Binary100111100101011010100010011011011010001010111101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2795A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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