#2C98B1

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

Shades of Pelorous #2C98B1

Tints of Pelorous #2C98B1

Color information

#2C98B1 (or 0x2C98B1) is unknown color: approx Pelorous. HEX triplet: 2C, 98 and B1. RGB value is (44,152,177). Sum of RGB (Red+Green+Blue) = 44+152+177=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #2C98B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C98B1 is #D3674E. Grayscale: #7A7A7A. Windows color (decimal): -13854543 or 11638828. OLE color: 11638828.

HSL color Cylindrical-coordinate representation of color #2C98B1: hue angle of 191.28º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C98B1 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB44152177-
CMYK0.750.1400.31
HSL191.28º60.18%43.33%-
HSV(B)191.28º75.14%69.41%-
XYZ20.226.1745.58-
YUV122.56158.7271.97-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.80%
GREEN value IS 152 (59.77% from 255) = 40.75%
BLUE value IS 177 (69.53% from 255) = 47.45%
R=11.80%
G=40.75%
B=47.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal441521770.750.1400.31191.2860.1843.33
Hex2C98B14BE01Fbf3c2b
Octal54230261113160372777453
Binary10110010011000101100011001011111001111110111111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C98B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,152,177); }

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

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

 a { background-color: rgb(44,152,177); }

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

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

 span { border-color: rgb(44,152,177); }

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