Html Css Color HEX #2197BE Pelorous

📋 copy color: '#2197BE'

red 33 ◦ green 151 ◦ blue 190

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

Shades of Pelorous #2197BE

Tints of Pelorous #2197BE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.37%

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 8.82%
G = 40.37%
B = 50.8%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2197BE (or 0x2197BE) is known color: Pelorous. HEX triplet: 21, 97 and BE. RGB value is (33,151,190). Sum of RGB (Red+Green+Blue) = 33+151+190=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #2197BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2197BE is #DE6841. Grayscale: #777777. Windows color (decimal): -14575682 or 12490529. OLE color: 12490529.

HSL color Cylindrical-coordinate representation of color #2197BE: hue angle of 194.9º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2197BE is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 151 190 -
CMYK 0.83 0.21 0 0.25
HSL 194.9º 0.7% 0.44% -
HSV(B) 194.9º 0.83% 0.75% -
XYZ 20.99 26.17 52.66 -
YUV 120.16 167.41 65.83 -
System Red Green Blue C M Y K H S L
Decimal 33 151 190 0.83 0.21 0 0.25 194.9 0.7 0.44
Hex 21 97 BE 53 15 0 19 C3 46 2C
Octal 41 227 276 123 25 0 31 303 106 54
Binary 100001 10010111 10111110 1010011 10101 0 11001 11000011 1000110 101100

Color Harmonies of #2197BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2197BE

Black with #2197BE

Text Example


Text Example

White with #2197BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2197BE; }

 p { color: rgb(33,151,190); }

 H1.HeaderClassName
 {
   color: #2197BE;
 }
 .AnyTagClassName
 {
   color: #2197BE;
 }
</style>

background-color css

<style>
 a { background-color: #2197BE; }

 a { background-color: rgb(33,151,190); }

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

border-color css

<style>
 span { border-color: #2197BE; }

 span { border-color: rgb(33,151,190); }

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