#038890

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

Shades of Dark Cyan #038890

Tints of Dark Cyan #038890

Color information

#038890 (or 0x038890) is unknown color: approx Dark Cyan. HEX triplet: 03, 88 and 90. RGB value is (3,136,144). Sum of RGB (Red+Green+Blue) = 3+136+144=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #038890 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038890 is #FC776F. Grayscale: #606060. Windows color (decimal): -16545648 or 9472003. OLE color: 9472003.

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

Color convert

RGB3136144-
CMYK0.980.0600.44
HSL183.4º95.92%28.82%-
HSV(B)183.4º97.92%56.47%-
XYZ13.8819.6429.45-
YUV97.14154.4460.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.06%
GREEN value IS 136 (53.52% from 255) = 48.06%
BLUE value IS 144 (56.64% from 255) = 50.88%
R=1.06%
G=48.06%
B=50.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31361440.980.0600.44183.495.9228.82
Hex3889062602Cb7601d
Octal3210220142605426714035
Binary1110001000100100001100010110010110010110111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038890; }

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

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

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

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

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

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

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

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