#2397ce

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

Shades of Pelorous #2397CE

Tints of Pelorous #2397CE

Color information

#2397CE (or 0x2397CE) is unknown color: approx Pelorous. HEX triplet: 23, 97 and CE. RGB value is (35,151,206). Sum of RGB (Red+Green+Blue) = 35+151+206=392 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.93% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #2397CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2397CE is #DC6831. Grayscale: #7A7A7A. Windows color (decimal): -14444594 or 13539107. OLE color: 13539107.

HSL color Cylindrical-coordinate representation of color #2397CE: hue angle of 199.3º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2397CE is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB35151206-
CMYK0.830.2700.19
HSL199.3º70.95%47.25%-
HSV(B)199.3º83.01%80.78%-
XYZ22.926.9562.39-
YUV122.59175.0765.53-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.93%
GREEN value IS 151 (59.38% from 255) = 38.52%
BLUE value IS 206 (80.86% from 255) = 52.55%
R=8.93%
G=38.52%
B=52.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal351512060.830.2700.19199.370.9547.25
Hex2397CE531B013c7472f
Octal432273161233302330710757
Binary1000111001011111001110101001111011010011110001111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2397ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2397ce; }

 p { color: rgb(35,151,206); }

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

<style>
 a { background-color: #2397ce; }

 a { background-color: rgb(35,151,206); }

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

<style>
 span { border-color: #2397ce; }

 span { border-color: rgb(35,151,206); }

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