#2691AB

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

Shades of Pelorous #2691AB

Tints of Pelorous #2691AB

Color information

#2691AB (or 0x2691AB) is unknown color: approx Pelorous. HEX triplet: 26, 91 and AB. RGB value is (38,145,171). Sum of RGB (Red+Green+Blue) = 38+145+171=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #2691AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2691AB is #D96E54. Grayscale: #737373. Windows color (decimal): -14249557 or 11243814. OLE color: 11243814.

HSL color Cylindrical-coordinate representation of color #2691AB: hue angle of 191.73º degrees, saturation: 0.64, 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 #2691AB is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB38145171-
CMYK0.780.1500.33
HSL191.73º63.64%40.98%-
HSV(B)191.73º77.78%67.06%-
XYZ18.2823.642.12-
YUV115.97159.0572.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.73%
GREEN value IS 145 (57.03% from 255) = 40.96%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=10.73%
G=40.96%
B=48.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381451710.780.1500.33191.7363.6440.98
Hex2691AB4EF021c04029
Octal462212531161704130010051
Binary1001101001000110101011100111011110100001110000001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2691AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2691AB; }

 p { color: rgb(38,145,171); }

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

<style>
 a { background-color: #2691AB; }

 a { background-color: rgb(38,145,171); }

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

<style>
 span { border-color: #2691AB; }

 span { border-color: rgb(38,145,171); }

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