#038488

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

Shades of Dark Cyan #038488

Tints of Dark Cyan #038488

Color information

#038488 (or 0x038488) is unknown color: approx Dark Cyan. HEX triplet: 03, 84 and 88. RGB value is (3,132,136). Sum of RGB (Red+Green+Blue) = 3+132+136=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #038488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038488 is #FC7B77. Grayscale: #5D5D5D. Windows color (decimal): -16546680 or 8946691. OLE color: 8946691.

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

Color convert

RGB3132136-
CMYK0.980.0300.47
HSL181.8º95.68%27.25%-
HSV(B)181.8º97.79%53.33%-
XYZ12.7318.326.15-
YUV93.88151.7663.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.11%
GREEN value IS 132 (51.95% from 255) = 48.71%
BLUE value IS 136 (53.52% from 255) = 50.18%
R=1.11%
G=48.71%
B=50.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31321360.980.0300.47181.895.6827.25
Hex3848862302Fb6601b
Octal3204210142305726614033
Binary111000010010001000110001011010111110110110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038488; }

 p { color: rgb(3,132,136); }

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

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

 a { background-color: rgb(3,132,136); }

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

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

 span { border-color: rgb(3,132,136); }

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