#228BAB

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

Shades of Pelorous #228BAB

Tints of Pelorous #228BAB

Color information

#228BAB (or 0x228BAB) is unknown color: approx Pelorous. HEX triplet: 22, 8B and AB. RGB value is (34,139,171). Sum of RGB (Red+Green+Blue) = 34+139+171=344 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.88% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #228BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228BAB is #DD7454. Grayscale: #6F6F6F. Windows color (decimal): -14513237 or 11242274. OLE color: 11242274.

HSL color Cylindrical-coordinate representation of color #228BAB: hue angle of 194.01º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #228BAB is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB34139171-
CMYK0.800.1900.33
HSL194.01º66.83%40.2%-
HSV(B)194.01º80.12%67.06%-
XYZ17.2421.7541.82-
YUV111.25161.7172.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.88%
GREEN value IS 139 (54.69% from 255) = 40.41%
BLUE value IS 171 (67.19% from 255) = 49.71%
R=9.88%
G=40.41%
B=49.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal341391710.800.1900.33194.0166.8340.2
Hex228BAB5013021c24328
Octal422132531202304130210350
Binary10001010001011101010111010000100110100001110000101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228BAB; }

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

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

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

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

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

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

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

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