#2582B4

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

Shades of Curious Blue #2582B4

Tints of Curious Blue #2582B4

Color information

#2582B4 (or 0x2582B4) is unknown color: approx Curious Blue. HEX triplet: 25, 82 and B4. RGB value is (37,130,180). Sum of RGB (Red+Green+Blue) = 37+130+180=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #2582B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2582B4 is #DA7D4B. Grayscale: #6B6B6B. Windows color (decimal): -14318924 or 11829797. OLE color: 11829797.

HSL color Cylindrical-coordinate representation of color #2582B4: hue angle of 200.98º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2582B4 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB37130180-
CMYK0.790.2800.29
HSL200.98º65.9%42.55%-
HSV(B)200.98º79.44%70.59%-
XYZ16.9819.6546.08-
YUV107.89168.6977.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.66%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 180 (70.70% from 255) = 51.87%
R=10.66%
G=37.46%
B=51.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371301800.790.2800.29200.9865.942.55
Hex2582B44F1C01Dc9422b
Octal452022641173403531110253
Binary1001011000001010110100100111111100011101110010011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2582B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2582B4; }

 p { color: rgb(37,130,180); }

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

<style>
 a { background-color: #2582B4; }

 a { background-color: rgb(37,130,180); }

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

<style>
 span { border-color: #2582B4; }

 span { border-color: rgb(37,130,180); }

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