#2398B8

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

Shades of Pelorous #2398B8

Tints of Pelorous #2398B8

Color information

#2398B8 (or 0x2398B8) is unknown color: approx Pelorous. HEX triplet: 23, 98 and B8. RGB value is (35,152,184). Sum of RGB (Red+Green+Blue) = 35+152+184=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #2398B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2398B8 is #DC6747. Grayscale: #787878. Windows color (decimal): -14444360 or 12097571. OLE color: 12097571.

HSL color Cylindrical-coordinate representation of color #2398B8: hue angle of 192.89º degrees, saturation: 0.68, 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 #2398B8 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB35152184-
CMYK0.810.1700.28
HSL192.89º68.04%42.94%-
HSV(B)192.89º80.98%72.16%-
XYZ20.5726.2749.33-
YUV120.66163.7466.9-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.43%
GREEN value IS 152 (59.77% from 255) = 40.97%
BLUE value IS 184 (72.27% from 255) = 49.60%
R=9.43%
G=40.97%
B=49.60%

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
Decimal351521840.810.1700.28192.8968.0442.94
Hex2398B8511101Cc1442b
Octal432302701212103430110453
Binary1000111001100010111000101000110001011100110000011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2398B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2398B8; }

 p { color: rgb(35,152,184); }

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

<style>
 a { background-color: #2398B8; }

 a { background-color: rgb(35,152,184); }

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

<style>
 span { border-color: #2398B8; }

 span { border-color: rgb(35,152,184); }

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