#2289BD

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

Shades of Pelorous #2289BD

Tints of Pelorous #2289BD

Color information

#2289BD (or 0x2289BD) is unknown color: approx Pelorous. HEX triplet: 22, 89 and BD. RGB value is (34,137,189). Sum of RGB (Red+Green+Blue) = 34+137+189=360 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.44% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #2289BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2289BD is #DD7642. Grayscale: #6F6F6F. Windows color (decimal): -14513731 or 12421410. OLE color: 12421410.

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

Color convert

RGB34137189-
CMYK0.820.2800.26
HSL200.13º69.51%43.73%-
HSV(B)200.13º82.01%74.12%-
XYZ18.7921.9151.38-
YUV112.13171.3872.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.44%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 189 (74.22% from 255) = 52.5%
R=9.44%
G=38.06%
B=52.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal341371890.820.2800.26200.1369.5143.73
Hex2289BD521C01Ac8462c
Octal422112751223403231010654
Binary1000101000100110111101101001011100011010110010001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2289BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,137,189); }

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

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

 a { background-color: rgb(34,137,189); }

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

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

 span { border-color: rgb(34,137,189); }

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