Html Css Color HEX #2688BA Pelorous

📋 copy color: '#2688BA'

red 38 ◦ green 136 ◦ blue 186

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

Shades of Pelorous #2688BA

Tints of Pelorous #2688BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.78%

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

R = 10.56%
G = 37.78%
B = 51.67%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2688BA (or 0x2688BA) is known color: Pelorous. HEX triplet: 26, 88 and BA. RGB value is (38,136,186). Sum of RGB (Red+Green+Blue) = 38+136+186=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #2688BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2688BA is #D97745. Grayscale: #707070. Windows color (decimal): -14251846 or 12224550. OLE color: 12224550.

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

Color convert

RGB 38 136 186 -
CMYK 0.80 0.27 0 0.27
HSL 200.27º 0.66% 0.44% -
HSV(B) 200.27º 0.8% 0.73% -
XYZ 18.47 21.57 49.64 -
YUV 112.4 169.53 74.93 -
System Red Green Blue C M Y K H S L
Decimal 38 136 186 0.80 0.27 0 0.27 200.27 0.66 0.44
Hex 26 88 BA 50 1B 0 1B C8 42 2C
Octal 46 210 272 120 33 0 33 310 102 54
Binary 100110 10001000 10111010 1010000 11011 0 11011 11001000 1000010 101100

Color Harmonies of #2688BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2688BA

Black with #2688BA

Text Example


Text Example

White with #2688BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2688BA; }

 p { color: rgb(38,136,186); }

 H1.HeaderClassName
 {
   color: #2688BA;
 }
 .AnyTagClassName
 {
   color: #2688BA;
 }
</style>

background-color css

<style>
 a { background-color: #2688BA; }

 a { background-color: rgb(38,136,186); }

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

border-color css

<style>
 span { border-color: #2688BA; }

 span { border-color: rgb(38,136,186); }

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