#2694AF

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

Shades of Pelorous #2694AF

Tints of Pelorous #2694AF

Color information

#2694AF (or 0x2694AF) is unknown color: approx Pelorous. HEX triplet: 26, 94 and AF. RGB value is (38,148,175). Sum of RGB (Red+Green+Blue) = 38+148+175=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #2694AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2694AF is #D96B50. Grayscale: #757575. Windows color (decimal): -14248785 or 11506726. OLE color: 11506726.

HSL color Cylindrical-coordinate representation of color #2694AF: hue angle of 191.82º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2694AF is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB38148175-
CMYK0.780.1500.31
HSL191.82º64.32%41.76%-
HSV(B)191.82º78.29%68.63%-
XYZ19.1324.6944.31-
YUV118.19160.0670.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.53%
GREEN value IS 148 (58.20% from 255) = 41.00%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=10.53%
G=41.00%
B=48.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal381481750.780.1500.31191.8264.3241.76
Hex2694AF4EF01Fc0402a
Octal462242571161703730010052
Binary100110100101001010111110011101111011111110000001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2694AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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