#2582C7

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

Shades of Curious Blue #2582C7

Tints of Curious Blue #2582C7

Color information

#2582C7 (or 0x2582C7) is unknown color: approx Curious Blue. HEX triplet: 25, 82 and C7. RGB value is (37,130,199). Sum of RGB (Red+Green+Blue) = 37+130+199=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 199 (78.12% from 255 or 54.37% from 366); Max value from RGB is 199 - color contains mainly: blue. Hex color #2582C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2582C7 is #DA7D38. Grayscale: #6D6D6D. Windows color (decimal): -14318905 or 13074981. OLE color: 13074981.

HSL color Cylindrical-coordinate representation of color #2582C7: hue angle of 205.56º 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 #2582C7 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB37130199-
CMYK0.810.3500.22
HSL205.56º68.64%46.27%-
HSV(B)205.56º81.41%78.04%-
XYZ19.0520.4856.98-
YUV110.06178.1975.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.11%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 199 (78.12% from 255) = 54.37%
R=10.11%
G=35.52%
B=54.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal371301990.810.3500.22205.5668.6446.27
Hex2582C75123016ce452e
Octal452023071214302631610556
Binary10010110000010110001111010001100011010110110011101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2582C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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