#2298B1

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

Shades of Pelorous #2298B1

Tints of Pelorous #2298B1

Color information

#2298B1 (or 0x2298B1) is unknown color: approx Pelorous. HEX triplet: 22, 98 and B1. RGB value is (34,152,177). Sum of RGB (Red+Green+Blue) = 34+152+177=363 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.37% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #2298B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2298B1 is #DD674E. Grayscale: #777777. Windows color (decimal): -14509903 or 11638818. OLE color: 11638818.

HSL color Cylindrical-coordinate representation of color #2298B1: hue angle of 190.49º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2298B1 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB34152177-
CMYK0.810.1400.31
HSL190.49º67.77%41.37%-
HSV(B)190.49º80.79%69.41%-
XYZ19.8225.9745.56-
YUV119.57160.4166.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.37%
GREEN value IS 152 (59.77% from 255) = 41.87%
BLUE value IS 177 (69.53% from 255) = 48.76%
R=9.37%
G=41.87%
B=48.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal341521770.810.1400.31190.4967.7741.37
Hex2298B151E01Fbe4429
Octal422302611211603727610451
Binary100010100110001011000110100011110011111101111101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2298B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2298B1; }

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

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

<style>
 a { background-color: #2298B1; }

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

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

<style>
 span { border-color: #2298B1; }

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

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