Html Css Color HEX #289BB9 Pelorous

📋 copy color: '#289BB9'

red 40 ◦ green 155 ◦ blue 185

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

Shades of Pelorous #289BB9

Tints of Pelorous #289BB9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.79%

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

R = 10.53%
G = 40.79%
B = 48.68%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#289BB9 (or 0x289BB9) is known color: Pelorous. HEX triplet: 28, 9B and B9. RGB value is (40,155,185). Sum of RGB (Red+Green+Blue) = 40+155+185=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 185 - color contains mainly: blue. Hex color #289BB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289BB9 is #D76446. Grayscale: #7B7B7B. Windows color (decimal): -14115911 or 12163880. OLE color: 12163880.

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

Color convert

RGB 40 155 185 -
CMYK 0.78 0.16 0 0.27
HSL 192.41º 0.64% 0.44% -
HSV(B) 192.41º 0.78% 0.73% -
XYZ 21.35 27.4 50.06 -
YUV 124.04 162.4 68.06 -
System Red Green Blue C M Y K H S L
Decimal 40 155 185 0.78 0.16 0 0.27 192.41 0.64 0.44
Hex 28 9B B9 4E 10 0 1B C0 40 2C
Octal 50 233 271 116 20 0 33 300 100 54
Binary 101000 10011011 10111001 1001110 10000 0 11011 11000000 1000000 101100

Color Harmonies of #289BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289BB9

Black with #289BB9

Text Example


Text Example

White with #289BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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