#2681D3

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

Shades of Curious Blue #2681D3

Tints of Curious Blue #2681D3

Color information

#2681D3 (or 0x2681D3) is unknown color: approx Curious Blue. HEX triplet: 26, 81 and D3. RGB value is (38,129,211). Sum of RGB (Red+Green+Blue) = 38+129+211=378 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.05% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #2681D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2681D3 is #D97E2C. Grayscale: #6E6E6E. Windows color (decimal): -14253613 or 13861158. OLE color: 13861158.

HSL color Cylindrical-coordinate representation of color #2681D3: hue angle of 208.44º 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 #2681D3 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB38129211-
CMYK0.820.3900.17
HSL208.44º69.48%48.82%-
HSV(B)208.44º81.99%82.75%-
XYZ20.4120.8264.57-
YUV111.14184.3575.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.05%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 211 (82.81% from 255) = 55.82%
R=10.05%
G=34.13%
B=55.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal381292110.820.3900.17208.4469.4848.82
Hex2681D35227011d04531
Octal462013231224702132010561
Binary10011010000001110100111010010100111010001110100001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2681D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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