#228AB1

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

Shades of Pelorous #228AB1

Tints of Pelorous #228AB1

Color information

#228AB1 (or 0x228AB1) is unknown color: approx Pelorous. HEX triplet: 22, 8A and B1. RGB value is (34,138,177). Sum of RGB (Red+Green+Blue) = 34+138+177=349 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.74% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 177 (69.53% from 255 or 50.72% from 349); Max value from RGB is 177 - color contains mainly: blue. Hex color #228AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228AB1 is #DD754E. Grayscale: #6F6F6F. Windows color (decimal): -14513487 or 11635234. OLE color: 11635234.

HSL color Cylindrical-coordinate representation of color #228AB1: hue angle of 196.36º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #228AB1 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB34138177-
CMYK0.810.2200.31
HSL196.36º67.77%41.37%-
HSV(B)196.36º80.79%69.41%-
XYZ17.6821.6944.85-
YUV111.35165.0472.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.74%
GREEN value IS 138 (54.30% from 255) = 39.54%
BLUE value IS 177 (69.53% from 255) = 50.72%
R=9.74%
G=39.54%
B=50.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal341381770.810.2200.31196.3667.7741.37
Hex228AB1511601Fc44429
Octal422122611212603730410451
Binary1000101000101010110001101000110110011111110001001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,138,177); }

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

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

 a { background-color: rgb(34,138,177); }

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

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

 span { border-color: rgb(34,138,177); }

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