#2693AF

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

Shades of Pelorous #2693AF

Tints of Pelorous #2693AF

Color information

#2693AF (or 0x2693AF) is unknown color: approx Pelorous. HEX triplet: 26, 93 and AF. RGB value is (38,147,175). Sum of RGB (Red+Green+Blue) = 38+147+175=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #2693AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2693AF is #D96C50. Grayscale: #757575. Windows color (decimal): -14249041 or 11506470. OLE color: 11506470.

HSL color Cylindrical-coordinate representation of color #2693AF: hue angle of 192.26º 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 #2693AF is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB38147175-
CMYK0.780.1600.31
HSL192.26º64.32%41.76%-
HSV(B)192.26º78.29%68.63%-
XYZ18.9724.3744.26-
YUV117.6160.3971.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.56%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 175 (68.75% from 255) = 48.61%
R=10.56%
G=40.83%
B=48.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal381471750.780.1600.31192.2664.3241.76
Hex2693AF4E1001Fc0402a
Octal462232571162003730010052
Binary1001101001001110101111100111010000011111110000001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2693AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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