Html Css Color HEX #289AAC Pelorous

📋 copy color: '#289AAC'

red 40 ◦ green 154 ◦ blue 172

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

Shades of Pelorous #289AAC

Tints of Pelorous #289AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.99%

R = 10.93%
G = 42.08%
B = 46.99%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#289AAC (or 0x289AAC) is known color: Pelorous. HEX triplet: 28, 9A and AC. RGB value is (40,154,172). Sum of RGB (Red+Green+Blue) = 40+154+172=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #289AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289AAC is #D76553. Grayscale: #797979. Windows color (decimal): -14116180 or 11311656. OLE color: 11311656.

HSL color Cylindrical-coordinate representation of color #289AAC: hue angle of 188.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #289AAC is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 154 172 -
CMYK 0.77 0.10 0 0.33
HSL 188.18º 0.62% 0.42% -
HSV(B) 188.18º 0.77% 0.67% -
XYZ 19.88 26.54 43.11 -
YUV 121.97 156.23 69.54 -
System Red Green Blue C M Y K H S L
Decimal 40 154 172 0.77 0.10 0 0.33 188.18 0.62 0.42
Hex 28 9A AC 4D A 0 21 BC 3E 2A
Octal 50 232 254 115 12 0 41 274 76 52
Binary 101000 10011010 10101100 1001101 1010 0 100001 10111100 111110 101010

Color Harmonies of #289AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289AAC

Black with #289AAC

Text Example


Text Example

White with #289AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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