#2679BF

Color #2679BF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2679BF

Tints of Curious Blue #2679BF

Color information

#2679BF (or 0x2679BF) is unknown color: approx Curious Blue. HEX triplet: 26, 79 and BF. RGB value is (38,121,191). Sum of RGB (Red+Green+Blue) = 38+121+191=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #2679BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2679BF is #D98640. Grayscale: #676767. Windows color (decimal): -14255681 or 12548390. OLE color: 12548390.

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

Color convert

RGB38121191-
CMYK0.800.3700.25
HSL207.45º66.81%44.9%-
HSV(B)207.45º80.1%74.9%-
XYZ17.0417.8551.84-
YUV104.1617780.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.86%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 191 (75% from 255) = 54.57%
R=10.86%
G=34.57%
B=54.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381211910.800.3700.25207.4566.8144.9
Hex2679BF5025019cf432d
Octal461712771204503131710355
Binary1001101111001101111111010000100101011001110011111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2679BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2679BF;
 }
 .AnyTagClassName
 {
   color: #2679BF;
 }
</style>
background-color css

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

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

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

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

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

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