#268589

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

Shades of Atoll #268589

Tints of Atoll #268589

Color information

#268589 (or 0x268589) is unknown color: approx Atoll. HEX triplet: 26, 85 and 89. RGB value is (38,133,137). Sum of RGB (Red+Green+Blue) = 38+133+137=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #268589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268589 is #D97A76. Grayscale: #686868. Windows color (decimal): -14252663 or 9012518. OLE color: 9012518.

HSL color Cylindrical-coordinate representation of color #268589: hue angle of 182.42º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268589 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB38133137-
CMYK0.720.0300.46
HSL182.42º56.57%34.31%-
HSV(B)182.42º72.26%53.73%-
XYZ13.718.9926.61-
YUV105.05146.0380.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.34%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=12.34%
G=43.18%
B=44.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal381331370.720.0300.46182.4256.5734.31
Hex26858948302Eb63922
Octal4620521111030562667142
Binary1001101000010110001001100100011010111010110110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268589; }

 p { color: rgb(38,133,137); }

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

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

 a { background-color: rgb(38,133,137); }

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

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

 span { border-color: rgb(38,133,137); }

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