Html Css Color HEX #2689BC Pelorous

📋 copy color: '#2689BC'

red 38 ◦ green 137 ◦ blue 188

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

Shades of Pelorous #2689BC

Tints of Pelorous #2689BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 10.47%
G = 37.74%
B = 51.79%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2689BC (or 0x2689BC) is known color: Pelorous. HEX triplet: 26, 89 and BC. RGB value is (38,137,188). Sum of RGB (Red+Green+Blue) = 38+137+188=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #2689BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2689BC is #D97643. Grayscale: #707070. Windows color (decimal): -14251588 or 12355878. OLE color: 12355878.

HSL color Cylindrical-coordinate representation of color #2689BC: hue angle of 200.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2689BC is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 137 188 -
CMYK 0.80 0.27 0 0.26
HSL 200.4º 0.66% 0.44% -
HSV(B) 200.4º 0.8% 0.74% -
XYZ 18.82 21.93 50.82 -
YUV 113.21 170.2 74.35 -
System Red Green Blue C M Y K H S L
Decimal 38 137 188 0.80 0.27 0 0.26 200.4 0.66 0.44
Hex 26 89 BC 50 1B 0 1A C8 42 2C
Octal 46 211 274 120 33 0 32 310 102 54
Binary 100110 10001001 10111100 1010000 11011 0 11010 11001000 1000010 101100

Color Harmonies of #2689BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2689BC

Black with #2689BC

Text Example


Text Example

White with #2689BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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