#2694AA

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

Shades of Pelorous #2694AA

Tints of Pelorous #2694AA

Color information

#2694AA (or 0x2694AA) is unknown color: approx Pelorous. HEX triplet: 26, 94 and AA. RGB value is (38,148,170). Sum of RGB (Red+Green+Blue) = 38+148+170=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #2694AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2694AA is #D96B55. Grayscale: #757575. Windows color (decimal): -14248790 or 11179046. OLE color: 11179046.

HSL color Cylindrical-coordinate representation of color #2694AA: 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.78%. Process color model (Four color, CMYK) of #2694AA is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB38148170-
CMYK0.780.1300.33
HSL190º63.46%40.78%-
HSV(B)190º77.65%66.67%-
XYZ18.6424.4941.78-
YUV117.62157.5671.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.67%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=10.67%
G=41.57%
B=47.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381481700.780.1300.3319063.4640.78
Hex2694AA4ED021be3f29
Octal46224252116150412767751
Binary100110100101001010101010011101101010000110111110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2694AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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