#2197B3

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

Shades of Pelorous #2197B3

Tints of Pelorous #2197B3

Color information

#2197B3 (or 0x2197B3) is unknown color: approx Pelorous. HEX triplet: 21, 97 and B3. RGB value is (33,151,179). Sum of RGB (Red+Green+Blue) = 33+151+179=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #2197B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2197B3 is #DE684C. Grayscale: #767676. Windows color (decimal): -14575693 or 11769633. OLE color: 11769633.

HSL color Cylindrical-coordinate representation of color #2197B3: hue angle of 191.51º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2197B3 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB33151179-
CMYK0.820.1600.30
HSL191.51º68.87%41.57%-
HSV(B)191.51º81.56%70.2%-
XYZ19.8325.7146.57-
YUV118.91161.9166.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.09%
GREEN value IS 151 (59.38% from 255) = 41.60%
BLUE value IS 179 (70.31% from 255) = 49.31%
R=9.09%
G=41.60%
B=49.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal331511790.820.1600.30191.5168.8741.57
Hex2197B3521001Ec0452a
Octal412272631222003630010552
Binary1000011001011110110011101001010000011110110000001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2197B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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