#2694A9

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

Shades of Pelorous #2694A9

Tints of Pelorous #2694A9

Color information

#2694A9 (or 0x2694A9) is unknown color: approx Pelorous. HEX triplet: 26, 94 and A9. RGB value is (38,148,169). Sum of RGB (Red+Green+Blue) = 38+148+169=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 169 (66.41% from 255 or 47.61% from 355); Max value from RGB is 169 - color contains mainly: blue. Hex color #2694A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2694A9 is #D96B56. Grayscale: #757575. Windows color (decimal): -14248791 or 11113510. OLE color: 11113510.

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

Color convert

RGB38148169-
CMYK0.780.1200.34
HSL189.62º63.29%40.59%-
HSV(B)189.62º77.51%66.27%-
XYZ18.5524.4641.28-
YUV117.5157.0671.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.70%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 169 (66.41% from 255) = 47.61%
R=10.70%
G=41.69%
B=47.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal381481690.780.1200.34189.6263.2940.59
Hex2694A94EC022be3f29
Octal46224251116140422767751
Binary100110100101001010100110011101100010001010111110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2694A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2694A9; }

 p { color: rgb(38,148,169); }

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

<style>
 a { background-color: #2694A9; }

 a { background-color: rgb(38,148,169); }

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

<style>
 span { border-color: #2694A9; }

 span { border-color: rgb(38,148,169); }

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