#038592

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

Shades of Dark Cyan #038592

Tints of Dark Cyan #038592

Color information

#038592 (or 0x038592) is unknown color: approx Dark Cyan. HEX triplet: 03, 85 and 92. RGB value is (3,133,146). Sum of RGB (Red+Green+Blue) = 3+133+146=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #038592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038592 is #FC7A6D. Grayscale: #5F5F5F. Windows color (decimal): -16546414 or 9602307. OLE color: 9602307.

HSL color Cylindrical-coordinate representation of color #038592: hue angle of 185.45º 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 #038592 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3133146-
CMYK0.980.0900.43
HSL185.45º95.97%29.22%-
HSV(B)185.45º97.95%57.25%-
XYZ13.6118.8730.12-
YUV95.61156.4361.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.06%
GREEN value IS 133 (52.34% from 255) = 47.16%
BLUE value IS 146 (57.42% from 255) = 51.77%
R=1.06%
G=47.16%
B=51.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31331460.980.0900.43185.4595.9729.22
Hex3859262902Bb9601d
Octal32052221421105327114035
Binary11100001011001001011000101001010101110111001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038592; }

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

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

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

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

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

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

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

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