#2398C7

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

Shades of Pelorous #2398C7

Tints of Pelorous #2398C7

Color information

#2398C7 (or 0x2398C7) is unknown color: approx Pelorous. HEX triplet: 23, 98 and C7. RGB value is (35,152,199). Sum of RGB (Red+Green+Blue) = 35+152+199=386 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.07% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 199 (78.12% from 255 or 51.55% from 386); Max value from RGB is 199 - color contains mainly: blue. Hex color #2398C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2398C7 is #DC6738. Grayscale: #7A7A7A. Windows color (decimal): -14444345 or 13080611. OLE color: 13080611.

HSL color Cylindrical-coordinate representation of color #2398C7: hue angle of 197.2º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2398C7 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB35152199-
CMYK0.820.2400.22
HSL197.2º70.09%45.88%-
HSV(B)197.2º82.41%78.04%-
XYZ22.2326.9458.06-
YUV122.38171.2465.68-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.07%
GREEN value IS 152 (59.77% from 255) = 39.38%
BLUE value IS 199 (78.12% from 255) = 51.55%
R=9.07%
G=39.38%
B=51.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal351521990.820.2400.22197.270.0945.88
Hex2398C75218016c5462e
Octal432303071223002630510656
Binary1000111001100011000111101001011000010110110001011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2398C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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