Html Css Color HEX #2188AE Pelorous

📋 copy color: '#2188AE'

red 33 ◦ green 136 ◦ blue 174

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

Shades of Pelorous #2188AE

Tints of Pelorous #2188AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.73%

R = 9.62%
G = 39.65%
B = 50.73%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2188AE (or 0x2188AE) is known color: Pelorous. HEX triplet: 21, 88 and AE. RGB value is (33,136,174). Sum of RGB (Red+Green+Blue) = 33+136+174=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #2188AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2188AE is #DE7751. Grayscale: #6D6D6D. Windows color (decimal): -14579538 or 11438113. OLE color: 11438113.

HSL color Cylindrical-coordinate representation of color #2188AE: hue angle of 196.17º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2188AE is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 136 174 -
CMYK 0.81 0.22 0 0.32
HSL 196.17º 0.68% 0.41% -
HSV(B) 196.17º 0.81% 0.68% -
XYZ 17.07 20.99 43.2 -
YUV 109.54 164.38 73.41 -
System Red Green Blue C M Y K H S L
Decimal 33 136 174 0.81 0.22 0 0.32 196.17 0.68 0.41
Hex 21 88 AE 51 16 0 20 C4 44 29
Octal 41 210 256 121 26 0 40 304 104 51
Binary 100001 10001000 10101110 1010001 10110 0 100000 11000100 1000100 101001

Color Harmonies of #2188AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2188AE

Black with #2188AE

Text Example


Text Example

White with #2188AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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