#228ABA

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

Shades of Pelorous #228ABA

Tints of Pelorous #228ABA

Color information

#228ABA (or 0x228ABA) is unknown color: approx Pelorous. HEX triplet: 22, 8A and BA. RGB value is (34,138,186). Sum of RGB (Red+Green+Blue) = 34+138+186=358 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.50% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #228ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228ABA is #DD7545. Grayscale: #707070. Windows color (decimal): -14513478 or 12225058. OLE color: 12225058.

HSL color Cylindrical-coordinate representation of color #228ABA: hue angle of 198.95º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #228ABA is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB34138186-
CMYK0.820.2600.27
HSL198.95º69.09%43.14%-
HSV(B)198.95º81.72%72.94%-
XYZ18.6122.0649.73-
YUV112.38169.5472.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.50%
GREEN value IS 138 (54.30% from 255) = 38.55%
BLUE value IS 186 (73.05% from 255) = 51.96%
R=9.50%
G=38.55%
B=51.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal341381860.820.2600.27198.9569.0943.14
Hex228ABA521A01Bc7452b
Octal422122721223203330710553
Binary1000101000101010111010101001011010011011110001111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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