#2696AA

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

Shades of Pelorous #2696AA

Tints of Pelorous #2696AA

Color information

#2696AA (or 0x2696AA) is unknown color: approx Pelorous. HEX triplet: 26, 96 and AA. RGB value is (38,150,170). Sum of RGB (Red+Green+Blue) = 38+150+170=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #2696AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2696AA is #D96955. Grayscale: #767676. Windows color (decimal): -14248278 or 11179558. OLE color: 11179558.

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

Color convert

RGB38150170-
CMYK0.780.1200.33
HSL189.09º63.46%40.78%-
HSV(B)189.09º77.65%66.67%-
XYZ18.9625.1341.88-
YUV118.79156.8970.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.61%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=10.61%
G=41.90%
B=47.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381501700.780.1200.33189.0963.4640.78
Hex2696AA4EC021bd3f29
Octal46226252116140412757751
Binary100110100101101010101010011101100010000110111101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2696AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2696AA; }

 p { color: rgb(38,150,170); }

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

<style>
 a { background-color: #2696AA; }

 a { background-color: rgb(38,150,170); }

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

<style>
 span { border-color: #2696AA; }

 span { border-color: rgb(38,150,170); }

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