#2198BC

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

Shades of Pelorous #2198BC

Tints of Pelorous #2198BC

Color information

#2198BC (or 0x2198BC) is unknown color: approx Pelorous. HEX triplet: 21, 98 and BC. RGB value is (33,152,188). Sum of RGB (Red+Green+Blue) = 33+152+188=373 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.85% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #2198BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2198BC is #DE6743. Grayscale: #787878. Windows color (decimal): -14575428 or 12359713. OLE color: 12359713.

HSL color Cylindrical-coordinate representation of color #2198BC: hue angle of 193.94º 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 #2198BC is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB33152188-
CMYK0.820.1900.26
HSL193.94º70.14%43.33%-
HSV(B)193.94º82.45%73.73%-
XYZ20.9326.4151.57-
YUV120.52166.0865.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.85%
GREEN value IS 152 (59.77% from 255) = 40.75%
BLUE value IS 188 (73.83% from 255) = 50.40%
R=8.85%
G=40.75%
B=50.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal331521880.820.1900.26193.9470.1443.33
Hex2198BC521301Ac2462b
Octal412302741222303230210653
Binary1000011001100010111100101001010011011010110000101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2198BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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