#2288bb

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

Shades of Pelorous #2288BB

Tints of Pelorous #2288BB

Color information

#2288BB (or 0x2288BB) is unknown color: approx Pelorous. HEX triplet: 22, 88 and BB. RGB value is (34,136,187). Sum of RGB (Red+Green+Blue) = 34+136+187=357 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.52% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #2288BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2288BB is #DD7744. Grayscale: #6F6F6F. Windows color (decimal): -14513989 or 12290082. OLE color: 12290082.

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

Color convert

RGB34136187-
CMYK0.820.2700.27
HSL200º69.23%43.33%-
HSV(B)200º81.82%73.33%-
XYZ18.4321.5450.2-
YUV111.32170.7172.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.52%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 187 (73.44% from 255) = 52.38%
R=9.52%
G=38.10%
B=52.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal341361870.820.2700.2720069.2343.33
Hex2288BB521B01Bc8452b
Octal422102731223303331010553
Binary1000101000100010111011101001011011011011110010001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2288bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2288bb; }

 p { color: rgb(34,136,187); }

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

<style>
 a { background-color: #2288bb; }

 a { background-color: rgb(34,136,187); }

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

<style>
 span { border-color: #2288bb; }

 span { border-color: rgb(34,136,187); }

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