#2095BD

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

Shades of Pelorous #2095BD

Tints of Pelorous #2095BD

Color information

#2095BD (or 0x2095BD) is unknown color: approx Pelorous. HEX triplet: 20, 95 and BD. RGB value is (32,149,189). Sum of RGB (Red+Green+Blue) = 32+149+189=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #2095BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2095BD is #DF6A42. Grayscale: #767676. Windows color (decimal): -14641731 or 12424480. OLE color: 12424480.

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

Color convert

RGB32149189-
CMYK0.830.2100.26
HSL195.29º71.04%43.33%-
HSV(B)195.29º83.07%74.12%-
XYZ20.5325.4851.98-
YUV118.58167.7466.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.65%
GREEN value IS 149 (58.59% from 255) = 40.27%
BLUE value IS 189 (74.22% from 255) = 51.08%
R=8.65%
G=40.27%
B=51.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal321491890.830.2100.26195.2971.0443.33
Hex2095BD531501Ac3472b
Octal402252751232503230310753
Binary1000001001010110111101101001110101011010110000111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2095BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,149,189); }

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

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

 a { background-color: rgb(32,149,189); }

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

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

 span { border-color: rgb(32,149,189); }

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