#2395B6

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

Shades of Pelorous #2395B6

Tints of Pelorous #2395B6

Color information

#2395B6 (or 0x2395B6) is unknown color: approx Pelorous. HEX triplet: 23, 95 and B6. RGB value is (35,149,182). Sum of RGB (Red+Green+Blue) = 35+149+182=366 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.56% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 182 (71.48% from 255 or 49.73% from 366); Max value from RGB is 182 - color contains mainly: blue. Hex color #2395B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2395B6 is #DC6A49. Grayscale: #767676. Windows color (decimal): -14445130 or 11965731. OLE color: 11965731.

HSL color Cylindrical-coordinate representation of color #2395B6: hue angle of 193.47º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2395B6 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB35149182-
CMYK0.810.1800.29
HSL193.47º67.74%42.55%-
HSV(B)193.47º80.77%71.37%-
XYZ19.8825.2348.08-
YUV118.68163.7368.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.56%
GREEN value IS 149 (58.59% from 255) = 40.71%
BLUE value IS 182 (71.48% from 255) = 49.73%
R=9.56%
G=40.71%
B=49.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal351491820.810.1800.29193.4767.7442.55
Hex2395B6511201Dc1442b
Octal432252661212203530110453
Binary1000111001010110110110101000110010011101110000011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2395B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2395B6; }

 p { color: rgb(35,149,182); }

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

<style>
 a { background-color: #2395B6; }

 a { background-color: rgb(35,149,182); }

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

<style>
 span { border-color: #2395B6; }

 span { border-color: rgb(35,149,182); }

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