#2B98C1

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

Shades of Pelorous #2B98C1

Tints of Pelorous #2B98C1

Color information

#2B98C1 (or 0x2B98C1) is unknown color: approx Pelorous. HEX triplet: 2B, 98 and C1. RGB value is (43,152,193). Sum of RGB (Red+Green+Blue) = 43+152+193=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #2B98C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B98C1 is #D4673E. Grayscale: #7B7B7B. Windows color (decimal): -13920063 or 12687403. OLE color: 12687403.

HSL color Cylindrical-coordinate representation of color #2B98C1: hue angle of 196.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B98C1 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB43152193-
CMYK0.780.2100.24
HSL196.4º63.56%46.27%-
HSV(B)196.4º77.72%75.69%-
XYZ21.8526.8254.48-
YUV124.08166.8970.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.08%
GREEN value IS 152 (59.77% from 255) = 39.18%
BLUE value IS 193 (75.78% from 255) = 49.74%
R=11.08%
G=39.18%
B=49.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal431521930.780.2100.24196.463.5646.27
Hex2B98C14E15018c4402e
Octal532303011162503030410056
Binary1010111001100011000001100111010101011000110001001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B98C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B98C1; }

 p { color: rgb(43,152,193); }

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

<style>
 a { background-color: #2B98C1; }

 a { background-color: rgb(43,152,193); }

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

<style>
 span { border-color: #2B98C1; }

 span { border-color: rgb(43,152,193); }

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