#038689

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

Shades of Dark Cyan #038689

Tints of Dark Cyan #038689

Color information

#038689 (or 0x038689) is unknown color: approx Dark Cyan. HEX triplet: 03, 86 and 89. RGB value is (3,134,137). Sum of RGB (Red+Green+Blue) = 3+134+137=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #038689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038689 is #FC7976. Grayscale: #5F5F5F. Windows color (decimal): -16546167 or 9012739. OLE color: 9012739.

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

Color convert

RGB3134137-
CMYK0.980.0200.46
HSL181.34º95.71%27.45%-
HSV(B)181.34º97.81%53.73%-
XYZ13.0818.8826.62-
YUV95.17151.662.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.09%
GREEN value IS 134 (52.73% from 255) = 48.91%
BLUE value IS 137 (53.91% from 255) = 50%
R=1.09%
G=48.91%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31341370.980.0200.46181.3495.7127.45
Hex3868962202Eb5601b
Octal3206211142205626514033
Binary111000011010001001110001010010111010110101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038689; }

 p { color: rgb(3,134,137); }

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

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

 a { background-color: rgb(3,134,137); }

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

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

 span { border-color: rgb(3,134,137); }

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