#2676BB

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

Shades of Curious Blue #2676BB

Tints of Curious Blue #2676BB

Color information

#2676BB (or 0x2676BB) is unknown color: approx Curious Blue. HEX triplet: 26, 76 and BB. RGB value is (38,118,187). Sum of RGB (Red+Green+Blue) = 38+118+187=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #2676BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2676BB is #D98944. Grayscale: #656565. Windows color (decimal): -14256453 or 12285478. OLE color: 12285478.

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

Color convert

RGB38118187-
CMYK0.800.3700.27
HSL207.79º66.22%44.12%-
HSV(B)207.79º79.68%73.33%-
XYZ16.2516.9649.43-
YUV101.9517682.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.08%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 187 (73.44% from 255) = 54.52%
R=11.08%
G=34.40%
B=54.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal381181870.800.3700.27207.7966.2244.12
Hex2676BB502501Bd0422c
Octal461662731204503332010254
Binary1001101110110101110111010000100101011011110100001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2676BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2676BB; }

 p { color: rgb(38,118,187); }

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

<style>
 a { background-color: #2676BB; }

 a { background-color: rgb(38,118,187); }

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

<style>
 span { border-color: #2676BB; }

 span { border-color: rgb(38,118,187); }

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