#2695C9

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

Shades of Pelorous #2695C9

Tints of Pelorous #2695C9

Color information

#2695C9 (or 0x2695C9) is unknown color: approx Pelorous. HEX triplet: 26, 95 and C9. RGB value is (38,149,201). Sum of RGB (Red+Green+Blue) = 38+149+201=388 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.79% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 201 (78.91% from 255 or 51.80% from 388); Max value from RGB is 201 - color contains mainly: blue. Hex color #2695C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2695C9 is #D96A36. Grayscale: #797979. Windows color (decimal): -14248503 or 13210918. OLE color: 13210918.

HSL color Cylindrical-coordinate representation of color #2695C9: hue angle of 199.14º 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 #2695C9 is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB38149201-
CMYK0.810.2600.21
HSL199.14º68.2%46.86%-
HSV(B)199.14º81.09%78.82%-
XYZ22.0926.1259.14-
YUV121.74172.7368.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.79%
GREEN value IS 149 (58.59% from 255) = 38.40%
BLUE value IS 201 (78.91% from 255) = 51.80%
R=9.79%
G=38.40%
B=51.80%

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
Decimal381492010.810.2600.21199.1468.246.86
Hex2695C9511A015c7442f
Octal462253111213202530710457
Binary1001101001010111001001101000111010010101110001111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2695C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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