#2682BB

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

Shades of Curious Blue #2682BB

Tints of Curious Blue #2682BB

Color information

#2682BB (or 0x2682BB) is unknown color: approx Curious Blue. HEX triplet: 26, 82 and BB. RGB value is (38,130,187). Sum of RGB (Red+Green+Blue) = 38+130+187=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #2682BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2682BB is #D97D44. Grayscale: #6C6C6C. Windows color (decimal): -14253381 or 12288550. OLE color: 12288550.

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

Color convert

RGB38130187-
CMYK0.800.3000.27
HSL202.95º66.22%44.12%-
HSV(B)202.95º79.68%73.33%-
XYZ17.7519.9749.93-
YUV108.99172.0277.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.70%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 187 (73.44% from 255) = 52.68%
R=10.70%
G=36.62%
B=52.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal381301870.800.3000.27202.9566.2244.12
Hex2682BB501E01Bcb422c
Octal462022731203603331310254
Binary1001101000001010111011101000011110011011110010111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2682BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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