#2696CE

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

Shades of Pelorous #2696CE

Tints of Pelorous #2696CE

Color information

#2696CE (or 0x2696CE) is unknown color: approx Pelorous. HEX triplet: 26, 96 and CE. RGB value is (38,150,206). Sum of RGB (Red+Green+Blue) = 38+150+206=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #2696CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2696CE is #D96931. Grayscale: #7A7A7A. Windows color (decimal): -14248242 or 13538854. OLE color: 13538854.

HSL color Cylindrical-coordinate representation of color #2696CE: hue angle of 200º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2696CE is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB38150206-
CMYK0.820.2700.19
HSL200º68.85%47.84%-
HSV(B)200º81.55%80.78%-
XYZ22.8526.6862.34-
YUV122.9174.8967.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.64%
GREEN value IS 150 (58.98% from 255) = 38.07%
BLUE value IS 206 (80.86% from 255) = 52.28%
R=9.64%
G=38.07%
B=52.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal381502060.820.2700.1920068.8547.84
Hex2696CE521B013c84530
Octal462263161223302331010560
Binary1001101001011011001110101001011011010011110010001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2696CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2696CE; }

 p { color: rgb(38,150,206); }

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

<style>
 a { background-color: #2696CE; }

 a { background-color: rgb(38,150,206); }

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

<style>
 span { border-color: #2696CE; }

 span { border-color: rgb(38,150,206); }

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