Html Css Color HEX #2679BA Curious Blue

📋 copy color: '#2679BA'

red 38 ◦ green 121 ◦ blue 186

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

Shades of Curious Blue #2679BA

Tints of Curious Blue #2679BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.07%

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

R = 11.01%
G = 35.07%
B = 53.91%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2679BA (or 0x2679BA) is known color: Curious Blue. HEX triplet: 26, 79 and BA. RGB value is (38,121,186). Sum of RGB (Red+Green+Blue) = 38+121+186=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #2679BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2679BA is #D98645. Grayscale: #676767. Windows color (decimal): -14255686 or 12220710. OLE color: 12220710.

HSL color Cylindrical-coordinate representation of color #2679BA: hue angle of 206.35º 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 #2679BA is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 121 186 -
CMYK 0.80 0.35 0 0.27
HSL 206.35º 0.66% 0.44% -
HSV(B) 206.35º 0.8% 0.73% -
XYZ 16.5 17.63 48.99 -
YUV 103.59 174.5 81.21 -
System Red Green Blue C M Y K H S L
Decimal 38 121 186 0.80 0.35 0 0.27 206.35 0.66 0.44
Hex 26 79 BA 50 23 0 1B CE 42 2C
Octal 46 171 272 120 43 0 33 316 102 54
Binary 100110 1111001 10111010 1010000 100011 0 11011 11001110 1000010 101100

Color Harmonies of #2679BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2679BA

Black with #2679BA

Text Example


Text Example

White with #2679BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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