#2586BC

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

Shades of Curious Blue #2586BC

Tints of Curious Blue #2586BC

Color information

#2586BC (or 0x2586BC) is unknown color: approx Curious Blue. HEX triplet: 25, 86 and BC. RGB value is (37,134,188). Sum of RGB (Red+Green+Blue) = 37+134+188=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #2586BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2586BC is #DA7943. Grayscale: #6E6E6E. Windows color (decimal): -14317892 or 12355109. OLE color: 12355109.

HSL color Cylindrical-coordinate representation of color #2586BC: hue angle of 201.46º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2586BC is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB37134188-
CMYK0.800.2900.26
HSL201.46º67.11%44.12%-
HSV(B)201.46º80.32%73.73%-
XYZ18.3721.0750.68-
YUV111.15171.3675.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.31%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 188 (73.83% from 255) = 52.37%
R=10.31%
G=37.33%
B=52.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal371341880.800.2900.26201.4667.1144.12
Hex2586BC501D01Ac9432c
Octal452062741203503231110354
Binary1001011000011010111100101000011101011010110010011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2586BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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