#2396BD

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

Shades of Pelorous #2396BD

Tints of Pelorous #2396BD

Color information

#2396BD (or 0x2396BD) is unknown color: approx Pelorous. HEX triplet: 23, 96 and BD. RGB value is (35,150,189). Sum of RGB (Red+Green+Blue) = 35+150+189=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #2396BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2396BD is #DC6942. Grayscale: #777777. Windows color (decimal): -14444867 or 12424739. OLE color: 12424739.

HSL color Cylindrical-coordinate representation of color #2396BD: hue angle of 195.19º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2396BD is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB35150189-
CMYK0.810.2100.26
HSL195.19º68.75%43.92%-
HSV(B)195.19º81.48%74.12%-
XYZ20.7825.8452.04-
YUV120.06166.967.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.36%
GREEN value IS 150 (58.98% from 255) = 40.11%
BLUE value IS 189 (74.22% from 255) = 50.53%
R=9.36%
G=40.11%
B=50.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal351501890.810.2100.26195.1968.7543.92
Hex2396BD511501Ac3452c
Octal432262751212503230310554
Binary1000111001011010111101101000110101011010110000111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2396BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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