#038591

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

Shades of Dark Cyan #038591

Tints of Dark Cyan #038591

Color information

#038591 (or 0x038591) is unknown color: approx Dark Cyan. HEX triplet: 03, 85 and 91. RGB value is (3,133,145). Sum of RGB (Red+Green+Blue) = 3+133+145=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #038591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038591 is #FC7A6E. Grayscale: #5F5F5F. Windows color (decimal): -16546415 or 9536771. OLE color: 9536771.

HSL color Cylindrical-coordinate representation of color #038591: hue angle of 185.07º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038591 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3133145-
CMYK0.980.0800.43
HSL185.07º95.95%29.02%-
HSV(B)185.07º97.93%56.86%-
XYZ13.5418.8429.71-
YUV95.5155.9362.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 145 (57.03% from 255) = 51.60%
R=1.07%
G=47.33%
B=51.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31331450.980.0800.43185.0795.9529.02
Hex3859162802Bb9601d
Octal32052211421005327114035
Binary11100001011001000111000101000010101110111001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038591; }

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

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

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

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

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

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

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

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