#2586C6

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

Shades of Curious Blue #2586C6

Tints of Curious Blue #2586C6

Color information

#2586C6 (or 0x2586C6) is unknown color: approx Curious Blue. HEX triplet: 25, 86 and C6. RGB value is (37,134,198). Sum of RGB (Red+Green+Blue) = 37+134+198=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 198 (77.73% from 255 or 53.66% from 369); Max value from RGB is 198 - color contains mainly: blue. Hex color #2586C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2586C6 is #DA7939. Grayscale: #6F6F6F. Windows color (decimal): -14317882 or 13010469. OLE color: 13010469.

HSL color Cylindrical-coordinate representation of color #2586C6: hue angle of 203.85º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2586C6 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB37134198-
CMYK0.810.3200.22
HSL203.85º68.51%46.08%-
HSV(B)203.85º81.31%77.65%-
XYZ19.4821.5256.55-
YUV112.29176.3674.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.03%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 198 (77.73% from 255) = 53.66%
R=10.03%
G=36.31%
B=53.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal371341980.810.3200.22203.8568.5146.08
Hex2586C65120016cc452e
Octal452063061214002631410556
Binary10010110000110110001101010001100000010110110011001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2586C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2586C6; }

 p { color: rgb(37,134,198); }

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

<style>
 a { background-color: #2586C6; }

 a { background-color: rgb(37,134,198); }

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

<style>
 span { border-color: #2586C6; }

 span { border-color: rgb(37,134,198); }

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