Html Css Color HEX #2688BE Curious Blue

📋 copy color: '#2688BE'

red 38 ◦ green 136 ◦ blue 190

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

Shades of Curious Blue #2688BE

Tints of Curious Blue #2688BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 10.44%
G = 37.36%
B = 52.2%

CMYK

 C value IS 0.8

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2688BE (or 0x2688BE) is known color: Curious Blue. HEX triplet: 26, 88 and BE. RGB value is (38,136,190). Sum of RGB (Red+Green+Blue) = 38+136+190=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #2688BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2688BE is #D97741. Grayscale: #707070. Windows color (decimal): -14251842 or 12486694. OLE color: 12486694.

HSL color Cylindrical-coordinate representation of color #2688BE: hue angle of 201.32º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2688BE is Cyan = 0.8, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 136 190 -
CMYK 0.8 0.28 0 0.25
HSL 201.32º 0.67% 0.45% -
HSV(B) 201.32º 0.8% 0.75% -
XYZ 18.9 21.74 51.92 -
YUV 112.85 171.53 74.61 -
System Red Green Blue C M Y K H S L
Decimal 38 136 190 0.8 0.28 0 0.25 201.32 0.67 0.45
Hex 26 88 BE 50 1C 0 19 C9 43 2D
Octal 46 210 276 120 34 0 31 311 103 55
Binary 100110 10001000 10111110 1010000 11100 0 11001 11001001 1000011 101101

Color Harmonies of #2688BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2688BE

Black with #2688BE

Text Example


Text Example

White with #2688BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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