Html Css Color HEX #289DB9 Pelorous

📋 copy color: '#289DB9'

red 40 ◦ green 157 ◦ blue 185

#289DB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #289DB9

Tints of Pelorous #289DB9

RGB

 RED value IS 40 (16.02% from 255) = 10.47%

 GREEN value IS 157 (61.72% from 255) = 41.1%

 BLUE value IS 185 (72.66% from 255) = 48.43%

R = 10.47%
G = 41.1%
B = 48.43%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#289DB9 (or 0x289DB9) is known color: Pelorous. HEX triplet: 28, 9D and B9. RGB value is (40,157,185). Sum of RGB (Red+Green+Blue) = 40+157+185=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #289DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289DB9 is #D76246. Grayscale: #7C7C7C. Windows color (decimal): -14115399 or 12164392. OLE color: 12164392.

HSL color Cylindrical-coordinate representation of color #289DB9: hue angle of 191.59º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #289DB9 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 157 185 -
CMYK 0.78 0.15 0 0.27
HSL 191.59º 0.64% 0.44% -
HSV(B) 191.59º 0.78% 0.73% -
XYZ 21.69 28.07 50.17 -
YUV 125.21 161.74 67.22 -
System Red Green Blue C M Y K H S L
Decimal 40 157 185 0.78 0.15 0 0.27 191.59 0.64 0.44
Hex 28 9D B9 4E F 0 1B C0 40 2C
Octal 50 235 271 116 17 0 33 300 100 54
Binary 101000 10011101 10111001 1001110 1111 0 11011 11000000 1000000 101100

Color Harmonies of #289DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289DB9

Black with #289DB9

Text Example


Text Example

White with #289DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289DB9; }

 p { color: rgb(40,157,185); }

 H1.HeaderClassName
 {
   color: #289DB9;
 }
 .AnyTagClassName
 {
   color: #289DB9;
 }
</style>

background-color css

<style>
 a { background-color: #289DB9; }

 a { background-color: rgb(40,157,185); }

 div.DivClassName
 {
   background-color: #289DB9;
 }
 .BgClassName
 {
   background-color: #289DB9;
 }
</style>

border-color css

<style>
 span { border-color: #289DB9; }

 span { border-color: rgb(40,157,185); }

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