#228689

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

Shades of Atoll #228689

Tints of Atoll #228689

Color information

#228689 (or 0x228689) is unknown color: approx Atoll. HEX triplet: 22, 86 and 89. RGB value is (34,134,137). Sum of RGB (Red+Green+Blue) = 34+134+137=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #228689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228689 is #DD7976. Grayscale: #686868. Windows color (decimal): -14514551 or 9012770. OLE color: 9012770.

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

Color convert

RGB34134137-
CMYK0.750.0200.46
HSL181.75º60.23%33.53%-
HSV(B)181.75º75.18%53.73%-
XYZ13.719.226.65-
YUV104.44146.3777.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.15%
GREEN value IS 134 (52.73% from 255) = 43.93%
BLUE value IS 137 (53.91% from 255) = 44.92%
R=11.15%
G=43.93%
B=44.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal341341370.750.0200.46181.7560.2333.53
Hex2286894B202Eb63c22
Octal4220621111320562667442
Binary1000101000011010001001100101110010111010110110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228689; }

 p { color: rgb(34,134,137); }

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

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

 a { background-color: rgb(34,134,137); }

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

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

 span { border-color: rgb(34,134,137); }

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