#228BBA

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

Shades of Pelorous #228BBA

Tints of Pelorous #228BBA

Color information

#228BBA (or 0x228BBA) is unknown color: approx Pelorous. HEX triplet: 22, 8B and BA. RGB value is (34,139,186). Sum of RGB (Red+Green+Blue) = 34+139+186=359 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.47% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #228BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228BBA is #DD7445. Grayscale: #707070. Windows color (decimal): -14513222 or 12225314. OLE color: 12225314.

HSL color Cylindrical-coordinate representation of color #228BBA: hue angle of 198.55º 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 #228BBA is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB34139186-
CMYK0.820.2500.27
HSL198.55º69.09%43.14%-
HSV(B)198.55º81.72%72.94%-
XYZ18.7622.3549.78-
YUV112.96169.2171.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.47%
GREEN value IS 139 (54.69% from 255) = 38.72%
BLUE value IS 186 (73.05% from 255) = 51.81%
R=9.47%
G=38.72%
B=51.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal341391860.820.2500.27198.5569.0943.14
Hex228BBA521901Bc7452b
Octal422132721223103330710553
Binary1000101000101110111010101001011001011011110001111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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