Html Css Color HEX #2689AD Pelorous

📋 copy color: '#2689AD'

red 38 ◦ green 137 ◦ blue 173

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

Shades of Pelorous #2689AD

Tints of Pelorous #2689AD

RGB

 RED value IS 38 (15.23% from 255) = 10.92%

 GREEN value IS 137 (53.91% from 255) = 39.37%

 BLUE value IS 173 (67.97% from 255) = 49.71%

R = 10.92%
G = 39.37%
B = 49.71%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2689AD (or 0x2689AD) is known color: Pelorous. HEX triplet: 26, 89 and AD. RGB value is (38,137,173). Sum of RGB (Red+Green+Blue) = 38+137+173=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #2689AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2689AD is #D97652. Grayscale: #6F6F6F. Windows color (decimal): -14251603 or 11372838. OLE color: 11372838.

HSL color Cylindrical-coordinate representation of color #2689AD: hue angle of 196º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2689AD is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 137 173 -
CMYK 0.78 0.21 0 0.32
HSL 196º 0.64% 0.41% -
HSV(B) 196º 0.78% 0.68% -
XYZ 17.29 21.32 42.74 -
YUV 111.5 162.7 75.57 -
System Red Green Blue C M Y K H S L
Decimal 38 137 173 0.78 0.21 0 0.32 196 0.64 0.41
Hex 26 89 AD 4E 15 0 20 C4 40 29
Octal 46 211 255 116 25 0 40 304 100 51
Binary 100110 10001001 10101101 1001110 10101 0 100000 11000100 1000000 101001

Color Harmonies of #2689AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2689AD

Black with #2689AD

Text Example


Text Example

White with #2689AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2689AD; }

 p { color: rgb(38,137,173); }

 H1.HeaderClassName
 {
   color: #2689AD;
 }
 .AnyTagClassName
 {
   color: #2689AD;
 }
</style>

background-color css

<style>
 a { background-color: #2689AD; }

 a { background-color: rgb(38,137,173); }

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

border-color css

<style>
 span { border-color: #2689AD; }

 span { border-color: rgb(38,137,173); }

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