#038290

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

Shades of Dark Cyan #038290

Tints of Dark Cyan #038290

Color information

#038290 (or 0x038290) is unknown color: approx Dark Cyan. HEX triplet: 03, 82 and 90. RGB value is (3,130,144). Sum of RGB (Red+Green+Blue) = 3+130+144=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #038290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038290 is #FC7D6F. Grayscale: #5D5D5D. Windows color (decimal): -16547184 or 9470467. OLE color: 9470467.

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

Color convert

RGB3130144-
CMYK0.980.1000.44
HSL185.96º95.92%28.82%-
HSV(B)185.96º97.92%56.47%-
XYZ13.051829.17-
YUV93.62156.4263.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 144 (56.64% from 255) = 51.99%
R=1.08%
G=46.93%
B=51.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31301440.980.1000.44185.9695.9228.82
Hex3829062A02Cba601d
Octal32022201421205427214035
Binary11100000101001000011000101010010110010111010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038290; }

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

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

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

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

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

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

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

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