#2694C9

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

Shades of Pelorous #2694C9

Tints of Pelorous #2694C9

Color information

#2694C9 (or 0x2694C9) is unknown color: approx Pelorous. HEX triplet: 26, 94 and C9. RGB value is (38,148,201). Sum of RGB (Red+Green+Blue) = 38+148+201=387 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.82% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #2694C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2694C9 is #D96B36. Grayscale: #787878. Windows color (decimal): -14248759 or 13210662. OLE color: 13210662.

HSL color Cylindrical-coordinate representation of color #2694C9: hue angle of 199.51º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2694C9 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB38148201-
CMYK0.810.2600.21
HSL199.51º68.2%46.86%-
HSV(B)199.51º81.09%78.82%-
XYZ21.9325.8159.08-
YUV121.15173.0668.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.82%
GREEN value IS 148 (58.20% from 255) = 38.24%
BLUE value IS 201 (78.91% from 255) = 51.94%
R=9.82%
G=38.24%
B=51.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal381482010.810.2600.21199.5168.246.86
Hex2694C9511A015c8442f
Octal462243111213202531010457
Binary1001101001010011001001101000111010010101110010001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2694C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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