#038491

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

Shades of Dark Cyan #038491

Tints of Dark Cyan #038491

Color information

#038491 (or 0x038491) is unknown color: approx Dark Cyan. HEX triplet: 03, 84 and 91. RGB value is (3,132,145). Sum of RGB (Red+Green+Blue) = 3+132+145=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #038491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038491 is #FC7B6E. Grayscale: #5E5E5E. Windows color (decimal): -16546671 or 9536515. OLE color: 9536515.

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

Color convert

RGB3132145-
CMYK0.980.0900.43
HSL185.49º95.95%29.02%-
HSV(B)185.49º97.93%56.86%-
XYZ13.418.5729.67-
YUV94.91156.2662.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 132 (51.95% from 255) = 47.14%
BLUE value IS 145 (57.03% from 255) = 51.79%
R=1.07%
G=47.14%
B=51.79%

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
Decimal31321450.980.0900.43185.4995.9529.02
Hex3849162902Bb9601d
Octal32042211421105327114035
Binary11100001001001000111000101001010101110111001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038491; }

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

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

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

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

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

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

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

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