#2289B7

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

Shades of Pelorous #2289B7

Tints of Pelorous #2289B7

Color information

#2289B7 (or 0x2289B7) is unknown color: approx Pelorous. HEX triplet: 22, 89 and B7. RGB value is (34,137,183). Sum of RGB (Red+Green+Blue) = 34+137+183=354 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.60% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 183 (71.88% from 255 or 51.69% from 354); Max value from RGB is 183 - color contains mainly: blue. Hex color #2289B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2289B7 is #DD7648. Grayscale: #6F6F6F. Windows color (decimal): -14513737 or 12028194. OLE color: 12028194.

HSL color Cylindrical-coordinate representation of color #2289B7: hue angle of 198.52º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2289B7 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB34137183-
CMYK0.810.2500.28
HSL198.52º68.66%42.55%-
HSV(B)198.52º81.42%71.76%-
XYZ18.1521.6548.02-
YUV111.45168.3872.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.60%
GREEN value IS 137 (53.91% from 255) = 38.70%
BLUE value IS 183 (71.88% from 255) = 51.69%
R=9.60%
G=38.70%
B=51.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal341371830.810.2500.28198.5268.6642.55
Hex2289B7511901Cc7452b
Octal422112671213103430710553
Binary1000101000100110110111101000111001011100110001111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2289B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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