#228BB5

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

Shades of Pelorous #228BB5

Tints of Pelorous #228BB5

Color information

#228BB5 (or 0x228BB5) is unknown color: approx Pelorous. HEX triplet: 22, 8B and B5. RGB value is (34,139,181). Sum of RGB (Red+Green+Blue) = 34+139+181=354 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.60% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #228BB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228BB5 is #DD744A. Grayscale: #707070. Windows color (decimal): -14513227 or 11897634. OLE color: 11897634.

HSL color Cylindrical-coordinate representation of color #228BB5: hue angle of 197.14º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #228BB5 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB34139181-
CMYK0.810.2300.29
HSL197.14º68.37%42.16%-
HSV(B)197.14º81.22%70.98%-
XYZ18.2322.1447.03-
YUV112.39166.7172.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.60%
GREEN value IS 139 (54.69% from 255) = 39.27%
BLUE value IS 181 (71.09% from 255) = 51.13%
R=9.60%
G=39.27%
B=51.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal341391810.810.2300.29197.1468.3742.16
Hex228BB5511701Dc5442a
Octal422132651212703530510452
Binary1000101000101110110101101000110111011101110001011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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