#269EA7

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

Shades of Pelorous #269EA7

Tints of Pelorous #269EA7

Color information

#269EA7 (or 0x269EA7) is unknown color: approx Pelorous. HEX triplet: 26, 9E and A7. RGB value is (38,158,167). Sum of RGB (Red+Green+Blue) = 38+158+167=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 167 - color contains mainly: blue. Hex color #269EA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269EA7 is #D96158. Grayscale: #7A7A7A. Windows color (decimal): -14246233 or 10984998. OLE color: 10984998.

HSL color Cylindrical-coordinate representation of color #269EA7: hue angle of 184.19º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #269EA7 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB38158167-
CMYK0.770.0500.35
HSL184.19º62.93%40.2%-
HSV(B)184.19º77.25%65.49%-
XYZ2027.6640.84-
YUV123.15152.7467.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.47%
GREEN value IS 158 (62.11% from 255) = 43.53%
BLUE value IS 167 (65.62% from 255) = 46.01%
R=10.47%
G=43.53%
B=46.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381581670.770.0500.35184.1962.9340.2
Hex269EA74D5023b83f28
Octal4623624711550432707750
Binary10011010011110101001111001101101010001110111000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269EA7; }

 p { color: rgb(38,158,167); }

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

<style>
 a { background-color: #269EA7; }

 a { background-color: rgb(38,158,167); }

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

<style>
 span { border-color: #269EA7; }

 span { border-color: rgb(38,158,167); }

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