Html Css Color HEX #2189BC Pelorous

📋 copy color: '#2189BC'

red 33 ◦ green 137 ◦ blue 188

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

Shades of Pelorous #2189BC

Tints of Pelorous #2189BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 9.22%
G = 38.27%
B = 52.51%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2189BC (or 0x2189BC) is known color: Pelorous. HEX triplet: 21, 89 and BC. RGB value is (33,137,188). Sum of RGB (Red+Green+Blue) = 33+137+188=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #2189BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2189BC is #DE7643. Grayscale: #6F6F6F. Windows color (decimal): -14579268 or 12355873. OLE color: 12355873.

HSL color Cylindrical-coordinate representation of color #2189BC: hue angle of 199.74º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2189BC is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 137 188 -
CMYK 0.82 0.27 0 0.26
HSL 199.74º 0.7% 0.43% -
HSV(B) 199.74º 0.82% 0.74% -
XYZ 18.65 21.85 50.81 -
YUV 111.72 171.04 71.85 -
System Red Green Blue C M Y K H S L
Decimal 33 137 188 0.82 0.27 0 0.26 199.74 0.7 0.43
Hex 21 89 BC 52 1B 0 1A C8 46 2B
Octal 41 211 274 122 33 0 32 310 106 53
Binary 100001 10001001 10111100 1010010 11011 0 11010 11001000 1000110 101011

Color Harmonies of #2189BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2189BC

Black with #2189BC

Text Example


Text Example

White with #2189BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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