Html Css Color HEX #2188AA Pelorous

📋 copy color: '#2188AA'

red 33 ◦ green 136 ◦ blue 170

#2188AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #2188AA

Tints of Pelorous #2188AA

RGB

 RED value IS 33 (13.28% from 255) = 9.73%

 GREEN value IS 136 (53.52% from 255) = 40.12%

 BLUE value IS 170 (66.8% from 255) = 50.15%

R = 9.73%
G = 40.12%
B = 50.15%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2188AA (or 0x2188AA) is known color: Pelorous. HEX triplet: 21, 88 and AA. RGB value is (33,136,170). Sum of RGB (Red+Green+Blue) = 33+136+170=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #2188AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2188AA is #DE7755. Grayscale: #6C6C6C. Windows color (decimal): -14579542 or 11175969. OLE color: 11175969.

HSL color Cylindrical-coordinate representation of color #2188AA: hue angle of 194.89º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2188AA is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 136 170 -
CMYK 0.81 0.20 0 0.33
HSL 194.89º 0.67% 0.4% -
HSV(B) 194.89º 0.81% 0.67% -
XYZ 16.69 20.83 41.17 -
YUV 109.08 162.38 73.74 -
System Red Green Blue C M Y K H S L
Decimal 33 136 170 0.81 0.20 0 0.33 194.89 0.67 0.4
Hex 21 88 AA 51 14 0 21 C3 43 28
Octal 41 210 252 121 24 0 41 303 103 50
Binary 100001 10001000 10101010 1010001 10100 0 100001 11000011 1000011 101000

Color Harmonies of #2188AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2188AA

Black with #2188AA

Text Example


Text Example

White with #2188AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2188AA; }

 p { color: rgb(33,136,170); }

 H1.HeaderClassName
 {
   color: #2188AA;
 }
 .AnyTagClassName
 {
   color: #2188AA;
 }
</style>

background-color css

<style>
 a { background-color: #2188AA; }

 a { background-color: rgb(33,136,170); }

 div.DivClassName
 {
   background-color: #2188AA;
 }
 .BgClassName
 {
   background-color: #2188AA;
 }
</style>

border-color css

<style>
 span { border-color: #2188AA; }

 span { border-color: rgb(33,136,170); }

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