Html Css Color HEX #289ABA Pelorous

📋 copy color: '#289ABA'

red 40 ◦ green 154 ◦ blue 186

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

Shades of Pelorous #289ABA

Tints of Pelorous #289ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.53%

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 10.53%
G = 40.53%
B = 48.95%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#289ABA (or 0x289ABA) is known color: Pelorous. HEX triplet: 28, 9A and BA. RGB value is (40,154,186). Sum of RGB (Red+Green+Blue) = 40+154+186=380 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.53% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #289ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289ABA is #D76545. Grayscale: #7B7B7B. Windows color (decimal): -14116166 or 12229160. OLE color: 12229160.

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

Color convert

RGB 40 154 186 -
CMYK 0.78 0.17 0 0.27
HSL 193.15º 0.65% 0.44% -
HSV(B) 193.15º 0.78% 0.73% -
XYZ 21.29 27.11 50.56 -
YUV 123.56 163.23 68.4 -
System Red Green Blue C M Y K H S L
Decimal 40 154 186 0.78 0.17 0 0.27 193.15 0.65 0.44
Hex 28 9A BA 4E 11 0 1B C1 41 2C
Octal 50 232 272 116 21 0 33 301 101 54
Binary 101000 10011010 10111010 1001110 10001 0 11011 11000001 1000001 101100

Color Harmonies of #289ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289ABA

Black with #289ABA

Text Example


Text Example

White with #289ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,154,186); }

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

background-color css

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

 a { background-color: rgb(40,154,186); }

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

border-color css

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

 span { border-color: rgb(40,154,186); }

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