#2396c4

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

Shades of Pelorous #2396C4

Tints of Pelorous #2396C4

Color information

#2396C4 (or 0x2396C4) is unknown color: approx Pelorous. HEX triplet: 23, 96 and C4. RGB value is (35,150,196). Sum of RGB (Red+Green+Blue) = 35+150+196=381 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.19% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 196 (76.95% from 255 or 51.44% from 381); Max value from RGB is 196 - color contains mainly: blue. Hex color #2396C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2396C4 is #DC693B. Grayscale: #787878. Windows color (decimal): -14444860 or 12883491. OLE color: 12883491.

HSL color Cylindrical-coordinate representation of color #2396C4: hue angle of 197.14º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2396C4 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB35150196-
CMYK0.820.2300.23
HSL197.14º69.7%45.29%-
HSV(B)197.14º82.14%76.86%-
XYZ21.5626.1656.14-
YUV120.86170.466.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.19%
GREEN value IS 150 (58.98% from 255) = 39.37%
BLUE value IS 196 (76.95% from 255) = 51.44%
R=9.19%
G=39.37%
B=51.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal351501960.820.2300.23197.1469.745.29
Hex2396C45217017c5462d
Octal432263041222702730510655
Binary1000111001011011000100101001010111010111110001011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2396c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2396c4; }

 p { color: rgb(35,150,196); }

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

<style>
 a { background-color: #2396c4; }

 a { background-color: rgb(35,150,196); }

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

<style>
 span { border-color: #2396c4; }

 span { border-color: rgb(35,150,196); }

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