#2197BA

Color #2197BA Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2197BA

Tints of Pelorous #2197BA

Color information

#2197BA (or 0x2197BA) is unknown color: approx Pelorous. HEX triplet: 21, 97 and BA. RGB value is (33,151,186). Sum of RGB (Red+Green+Blue) = 33+151+186=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #2197BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2197BA is #DE6845. Grayscale: #777777. Windows color (decimal): -14575686 or 12228385. OLE color: 12228385.

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

Color convert

RGB33151186-
CMYK0.820.1900.27
HSL193.73º69.86%42.94%-
HSV(B)193.73º82.26%72.94%-
XYZ20.562650.39-
YUV119.71165.4166.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.92%
GREEN value IS 151 (59.38% from 255) = 40.81%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=8.92%
G=40.81%
B=50.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331511860.820.1900.27193.7369.8642.94
Hex2197BA521301Bc2462b
Octal412272721222303330210653
Binary1000011001011110111010101001010011011011110000101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2197BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2197BA;
 }
 .AnyTagClassName
 {
   color: #2197BA;
 }
</style>
background-color css

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

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

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

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

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

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