#2395B0

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

Shades of Pelorous #2395B0

Tints of Pelorous #2395B0

Color information

#2395B0 (or 0x2395B0) is unknown color: approx Pelorous. HEX triplet: 23, 95 and B0. RGB value is (35,149,176). Sum of RGB (Red+Green+Blue) = 35+149+176=360 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.72% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 176 (69.14% from 255 or 48.89% from 360); Max value from RGB is 176 - color contains mainly: blue. Hex color #2395B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2395B0 is #DC6A4F. Grayscale: #757575. Windows color (decimal): -14445136 or 11572515. OLE color: 11572515.

HSL color Cylindrical-coordinate representation of color #2395B0: hue angle of 191.49º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2395B0 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB35149176-
CMYK0.800.1500.31
HSL191.49º66.82%41.37%-
HSV(B)191.49º80.11%69.02%-
XYZ19.2824.9944.88-
YUV117.99160.7368.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.72%
GREEN value IS 149 (58.59% from 255) = 41.39%
BLUE value IS 176 (69.14% from 255) = 48.89%
R=9.72%
G=41.39%
B=48.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal351491760.800.1500.31191.4966.8241.37
Hex2395B050F01Fbf4329
Octal432252601201703727710351
Binary100011100101011011000010100001111011111101111111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2395B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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