#2686C8

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

Shades of Curious Blue #2686C8

Tints of Curious Blue #2686C8

Color information

#2686C8 (or 0x2686C8) is unknown color: approx Curious Blue. HEX triplet: 26, 86 and C8. RGB value is (38,134,200). Sum of RGB (Red+Green+Blue) = 38+134+200=372 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.22% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 200 (78.52% from 255 or 53.76% from 372); Max value from RGB is 200 - color contains mainly: blue. Hex color #2686C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2686C8 is #D97937. Grayscale: #707070. Windows color (decimal): -14252344 or 13141542. OLE color: 13141542.

HSL color Cylindrical-coordinate representation of color #2686C8: hue angle of 204.44º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2686C8 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB38134200-
CMYK0.810.3300.22
HSL204.44º68.07%46.67%-
HSV(B)204.44º81%78.43%-
XYZ19.7521.6357.78-
YUV112.82177.274.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.22%
GREEN value IS 134 (52.73% from 255) = 36.02%
BLUE value IS 200 (78.52% from 255) = 53.76%
R=10.22%
G=36.02%
B=53.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal381342000.810.3300.22204.4468.0746.67
Hex2686C85121016cc442f
Octal462063101214102631410457
Binary10011010000110110010001010001100001010110110011001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2686C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2686C8; }

 p { color: rgb(38,134,200); }

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

<style>
 a { background-color: #2686C8; }

 a { background-color: rgb(38,134,200); }

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

<style>
 span { border-color: #2686C8; }

 span { border-color: rgb(38,134,200); }

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