Html Css Color HEX #289EB9 Pelorous

📋 copy color: '#289EB9'

red 40 ◦ green 158 ◦ blue 185

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

Shades of Pelorous #289EB9

Tints of Pelorous #289EB9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.25%

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

R = 10.44%
G = 41.25%
B = 48.3%

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

#289EB9 (or 0x289EB9) is known color: Pelorous. HEX triplet: 28, 9E and B9. RGB value is (40,158,185). Sum of RGB (Red+Green+Blue) = 40+158+185=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #289EB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289EB9 is #D76146. Grayscale: #7D7D7D. Windows color (decimal): -14115143 or 12164648. OLE color: 12164648.

HSL color Cylindrical-coordinate representation of color #289EB9: hue angle of 191.17º 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 #289EB9 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 158 185 -
CMYK 0.78 0.15 0 0.27
HSL 191.17º 0.64% 0.44% -
HSV(B) 191.17º 0.78% 0.73% -
XYZ 21.86 28.41 50.23 -
YUV 125.8 161.41 66.8 -
System Red Green Blue C M Y K H S L
Decimal 40 158 185 0.78 0.15 0 0.27 191.17 0.64 0.44
Hex 28 9E B9 4E F 0 1B BF 40 2C
Octal 50 236 271 116 17 0 33 277 100 54
Binary 101000 10011110 10111001 1001110 1111 0 11011 10111111 1000000 101100

Color Harmonies of #289EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289EB9

Black with #289EB9

Text Example


Text Example

White with #289EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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