#2298B7

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

Shades of Pelorous #2298B7

Tints of Pelorous #2298B7

Color information

#2298B7 (or 0x2298B7) is unknown color: approx Pelorous. HEX triplet: 22, 98 and B7. RGB value is (34,152,183). Sum of RGB (Red+Green+Blue) = 34+152+183=369 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.21% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #2298B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2298B7 is #DD6748. Grayscale: #787878. Windows color (decimal): -14509897 or 12032034. OLE color: 12032034.

HSL color Cylindrical-coordinate representation of color #2298B7: hue angle of 192.48º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2298B7 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB34152183-
CMYK0.810.1700.28
HSL192.48º68.66%42.55%-
HSV(B)192.48º81.42%71.76%-
XYZ20.4426.2248.78-
YUV120.25163.4166.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.21%
GREEN value IS 152 (59.77% from 255) = 41.19%
BLUE value IS 183 (71.88% from 255) = 49.59%
R=9.21%
G=41.19%
B=49.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal341521830.810.1700.28192.4868.6642.55
Hex2298B7511101Cc0452b
Octal422302671212103430010553
Binary1000101001100010110111101000110001011100110000001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2298B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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