#038587

Color #038587 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #038587

Tints of Dark Cyan #038587

Color information

#038587 (or 0x038587) is unknown color: approx Dark Cyan. HEX triplet: 03, 85 and 87. RGB value is (3,133,135). Sum of RGB (Red+Green+Blue) = 3+133+135=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #038587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038587 is #FC7A78. Grayscale: #5E5E5E. Windows color (decimal): -16546425 or 8881411. OLE color: 8881411.

HSL color Cylindrical-coordinate representation of color #038587: hue angle of 180.91º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038587 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3133135-
CMYK0.980.0100.47
HSL180.91º95.65%27.06%-
HSV(B)180.91º97.78%52.94%-
XYZ12.818.5425.83-
YUV94.36150.9362.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.11%
GREEN value IS 133 (52.34% from 255) = 49.08%
BLUE value IS 135 (53.12% from 255) = 49.82%
R=1.11%
G=49.08%
B=49.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31331350.980.0100.47180.9195.6527.06
Hex3858762102Fb5601b
Octal3205207142105726514033
Binary11100001011000011111000101010111110110101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038587; }

 p { color: rgb(3,133,135); }

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

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

 a { background-color: rgb(3,133,135); }

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

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

 span { border-color: rgb(3,133,135); }

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