#2695AE

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

Shades of Pelorous #2695AE

Tints of Pelorous #2695AE

Color information

#2695AE (or 0x2695AE) is unknown color: approx Pelorous. HEX triplet: 26, 95 and AE. RGB value is (38,149,174). Sum of RGB (Red+Green+Blue) = 38+149+174=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #2695AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2695AE is #D96A51. Grayscale: #767676. Windows color (decimal): -14248530 or 11441446. OLE color: 11441446.

HSL color Cylindrical-coordinate representation of color #2695AE: hue angle of 191.03º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2695AE is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB38149174-
CMYK0.780.1400.32
HSL191.03º64.15%41.57%-
HSV(B)191.03º78.16%68.24%-
XYZ19.1924.9643.85-
YUV118.66159.2370.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.53%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 174 (68.36% from 255) = 48.20%
R=10.53%
G=41.27%
B=48.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal381491740.780.1400.32191.0364.1541.57
Hex2695AE4EE020bf402a
Octal462252561161604027710052
Binary1001101001010110101110100111011100100000101111111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2695AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2695AE; }

 p { color: rgb(38,149,174); }

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

<style>
 a { background-color: #2695AE; }

 a { background-color: rgb(38,149,174); }

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

<style>
 span { border-color: #2695AE; }

 span { border-color: rgb(38,149,174); }

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