#2C7582

Color #2C7582 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #2C7582

Tints of Atoll #2C7582

Color information

#2C7582 (or 0x2C7582) is unknown color: approx Atoll. HEX triplet: 2C, 75 and 82. RGB value is (44,117,130). Sum of RGB (Red+Green+Blue) = 44+117+130=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #2C7582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7582 is #D38A7D. Grayscale: #606060. Windows color (decimal): -13863550 or 8549676. OLE color: 8549676.

HSL color Cylindrical-coordinate representation of color #2C7582: hue angle of 189.07º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C7582 is Cyan = 0.66, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB44117130-
CMYK0.660.100.49
HSL189.07º49.43%34.12%-
HSV(B)189.07º66.15%50.98%-
XYZ11.4314.8723.39-
YUV96.66146.8290.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.12%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=15.12%
G=40.21%
B=44.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal441171300.660.100.49189.0749.4334.12
Hex2C758242A031bd3122
Octal54165202102120612756142
Binary10110011101011000001010000101010011000110111101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C7582; }

 p { color: rgb(44,117,130); }

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

<style>
 a { background-color: #2C7582; }

 a { background-color: rgb(44,117,130); }

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

<style>
 span { border-color: #2C7582; }

 span { border-color: rgb(44,117,130); }

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