#2677BD

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

Shades of Curious Blue #2677BD

Tints of Curious Blue #2677BD

Color information

#2677BD (or 0x2677BD) is unknown color: approx Curious Blue. HEX triplet: 26, 77 and BD. RGB value is (38,119,189). Sum of RGB (Red+Green+Blue) = 38+119+189=346 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.98% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #2677BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2677BD is #D98842. Grayscale: #666666. Windows color (decimal): -14256195 or 12416806. OLE color: 12416806.

HSL color Cylindrical-coordinate representation of color #2677BD: hue angle of 207.81º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2677BD is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB38119189-
CMYK0.800.3700.26
HSL207.81º66.52%44.51%-
HSV(B)207.81º79.89%74.12%-
XYZ16.5817.2850.61-
YUV102.76176.6681.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.98%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 189 (74.22% from 255) = 54.62%
R=10.98%
G=34.39%
B=54.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381191890.800.3700.26207.8166.5244.51
Hex2677BD502501Ad0432d
Octal461672751204503232010355
Binary1001101110111101111011010000100101011010110100001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2677BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2677BD; }

 p { color: rgb(38,119,189); }

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

<style>
 a { background-color: #2677BD; }

 a { background-color: rgb(38,119,189); }

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

<style>
 span { border-color: #2677BD; }

 span { border-color: rgb(38,119,189); }

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