#2398BA

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

Shades of Pelorous #2398BA

Tints of Pelorous #2398BA

Color information

#2398BA (or 0x2398BA) is unknown color: approx Pelorous. HEX triplet: 23, 98 and BA. RGB value is (35,152,186). Sum of RGB (Red+Green+Blue) = 35+152+186=373 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.38% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #2398BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2398BA is #DC6745. Grayscale: #787878. Windows color (decimal): -14444358 or 12228643. OLE color: 12228643.

HSL color Cylindrical-coordinate representation of color #2398BA: hue angle of 193.51º 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 #2398BA is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB35152186-
CMYK0.810.1800.27
HSL193.51º68.33%43.33%-
HSV(B)193.51º81.18%72.94%-
XYZ20.7826.3650.45-
YUV120.89164.7466.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.38%
GREEN value IS 152 (59.77% from 255) = 40.75%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=9.38%
G=40.75%
B=49.87%

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
Decimal351521860.810.1800.27193.5168.3343.33
Hex2398BA511201Bc2442b
Octal432302721212203330210453
Binary1000111001100010111010101000110010011011110000101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2398BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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