Html Css Color HEX #289DAA Pelorous

📋 copy color: '#289DAA'

red 40 ◦ green 157 ◦ blue 170

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

Shades of Pelorous #289DAA

Tints of Pelorous #289DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.32%

R = 10.9%
G = 42.78%
B = 46.32%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#289DAA (or 0x289DAA) is known color: Pelorous. HEX triplet: 28, 9D and AA. RGB value is (40,157,170). Sum of RGB (Red+Green+Blue) = 40+157+170=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #289DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289DAA is #D76255. Grayscale: #7B7B7B. Windows color (decimal): -14115414 or 11181352. OLE color: 11181352.

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

Color convert

RGB 40 157 170 -
CMYK 0.76 0.08 0 0.33
HSL 186º 0.62% 0.41% -
HSV(B) 186º 0.76% 0.67% -
XYZ 20.19 27.47 42.27 -
YUV 123.5 154.24 68.44 -
System Red Green Blue C M Y K H S L
Decimal 40 157 170 0.76 0.08 0 0.33 186 0.62 0.41
Hex 28 9D AA 4C 8 0 21 BA 3E 29
Octal 50 235 252 114 10 0 41 272 76 51
Binary 101000 10011101 10101010 1001100 1000 0 100001 10111010 111110 101001

Color Harmonies of #289DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289DAA

Black with #289DAA

Text Example


Text Example

White with #289DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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