Html Css Color HEX #2189AA Pelorous

📋 copy color: '#2189AA'

red 33 ◦ green 137 ◦ blue 170

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

Shades of Pelorous #2189AA

Tints of Pelorous #2189AA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.29%

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

R = 9.71%
G = 40.29%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2189AA (or 0x2189AA) is known color: Pelorous. HEX triplet: 21, 89 and AA. RGB value is (33,137,170). Sum of RGB (Red+Green+Blue) = 33+137+170=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #2189AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2189AA is #DE7655. Grayscale: #6D6D6D. Windows color (decimal): -14579286 or 11176225. OLE color: 11176225.

HSL color Cylindrical-coordinate representation of color #2189AA: hue angle of 194.45º 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 #2189AA is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 137 170 -
CMYK 0.81 0.19 0 0.33
HSL 194.45º 0.67% 0.4% -
HSV(B) 194.45º 0.81% 0.67% -
XYZ 16.83 21.12 41.22 -
YUV 109.67 162.04 73.32 -
System Red Green Blue C M Y K H S L
Decimal 33 137 170 0.81 0.19 0 0.33 194.45 0.67 0.4
Hex 21 89 AA 51 13 0 21 C2 43 28
Octal 41 211 252 121 23 0 41 302 103 50
Binary 100001 10001001 10101010 1010001 10011 0 100001 11000010 1000011 101000

Color Harmonies of #2189AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2189AA

Black with #2189AA

Text Example


Text Example

White with #2189AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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