#22838B

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

Shades of Atoll #22838B

Tints of Atoll #22838B

Color information

#22838B (or 0x22838B) is unknown color: approx Atoll. HEX triplet: 22, 83 and 8B. RGB value is (34,131,139). Sum of RGB (Red+Green+Blue) = 34+131+139=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #22838B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22838B is #DD7C74. Grayscale: #666666. Windows color (decimal): -14515317 or 9143074. OLE color: 9143074.

HSL color Cylindrical-coordinate representation of color #22838B: hue angle of 184.57º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22838B is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB34131139-
CMYK0.760.0600.45
HSL184.57º60.69%33.92%-
HSV(B)184.57º75.54%54.51%-
XYZ13.4418.4427.28-
YUV102.91148.3678.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.18%
GREEN value IS 131 (51.56% from 255) = 43.09%
BLUE value IS 139 (54.69% from 255) = 45.72%
R=11.18%
G=43.09%
B=45.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal341311390.760.0600.45184.5760.6933.92
Hex22838B4C602Db93d22
Octal4220321311460552717542
Binary10001010000011100010111001100110010110110111001111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22838B; }

 p { color: rgb(34,131,139); }

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

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

 a { background-color: rgb(34,131,139); }

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

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

 span { border-color: rgb(34,131,139); }

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