#2398b9

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

Shades of Pelorous #2398B9

Tints of Pelorous #2398B9

Color information

#2398B9 (or 0x2398B9) is unknown color: approx Pelorous. HEX triplet: 23, 98 and B9. RGB value is (35,152,185). Sum of RGB (Red+Green+Blue) = 35+152+185=372 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.41% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #2398B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2398B9 is #DC6746. Grayscale: #787878. Windows color (decimal): -14444359 or 12163107. OLE color: 12163107.

HSL color Cylindrical-coordinate representation of color #2398B9: hue angle of 193.2º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2398B9 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB35152185-
CMYK0.810.1800.27
HSL193.2º68.18%43.14%-
HSV(B)193.2º81.08%72.55%-
XYZ20.6826.3249.89-
YUV120.78164.2466.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.41%
GREEN value IS 152 (59.77% from 255) = 40.86%
BLUE value IS 185 (72.66% from 255) = 49.73%
R=9.41%
G=40.86%
B=49.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal351521850.810.1800.27193.268.1843.14
Hex2398B9511201Bc1442b
Octal432302711212203330110453
Binary1000111001100010111001101000110010011011110000011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2398b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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