#2682D3

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

Shades of Curious Blue #2682D3

Tints of Curious Blue #2682D3

Color information

#2682D3 (or 0x2682D3) is unknown color: approx Curious Blue. HEX triplet: 26, 82 and D3. RGB value is (38,130,211). Sum of RGB (Red+Green+Blue) = 38+130+211=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 211 (82.81% from 255 or 55.67% from 379); Max value from RGB is 211 - color contains mainly: blue. Hex color #2682D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2682D3 is #D97D2C. Grayscale: #6F6F6F. Windows color (decimal): -14253357 or 13861414. OLE color: 13861414.

HSL color Cylindrical-coordinate representation of color #2682D3: hue angle of 208.09º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2682D3 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB38130211-
CMYK0.820.3800.17
HSL208.09º69.48%48.82%-
HSV(B)208.09º81.99%82.75%-
XYZ20.5421.0864.61-
YUV111.73184.0275.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.03%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 211 (82.81% from 255) = 55.67%
R=10.03%
G=34.30%
B=55.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal381302110.820.3800.17208.0969.4848.82
Hex2682D35226011d04531
Octal462023231224602132010561
Binary10011010000010110100111010010100110010001110100001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2682D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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