#2681B8

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

Shades of Curious Blue #2681B8

Tints of Curious Blue #2681B8

Color information

#2681B8 (or 0x2681B8) is unknown color: approx Curious Blue. HEX triplet: 26, 81 and B8. RGB value is (38,129,184). Sum of RGB (Red+Green+Blue) = 38+129+184=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #2681B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2681B8 is #D97E47. Grayscale: #6B6B6B. Windows color (decimal): -14253640 or 12091686. OLE color: 12091686.

HSL color Cylindrical-coordinate representation of color #2681B8: hue angle of 202.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2681B8 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB38129184-
CMYK0.790.3000.28
HSL202.6º65.77%43.53%-
HSV(B)202.6º79.35%72.16%-
XYZ17.319.5748.21-
YUV108.06170.8578.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.83%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 184 (72.27% from 255) = 52.42%
R=10.83%
G=36.75%
B=52.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal381291840.790.3000.28202.665.7743.53
Hex2681B84F1E01Ccb422c
Octal462012701173603431310254
Binary1001101000000110111000100111111110011100110010111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2681B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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