Html Css Color HEX #038489 Dark Cyan

📋 copy color: '#038489'

red 3 ◦ green 132 ◦ blue 137

#038489
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #038489

Tints of Dark Cyan #038489

RGB

 RED value IS 3 (1.56% from 255) = 1.1%

 GREEN value IS 132 (51.95% from 255) = 48.53%

 BLUE value IS 137 (53.91% from 255) = 50.37%

R = 1.1%
G = 48.53%
B = 50.37%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#038489 (or 0x038489) is known color: Dark Cyan. HEX triplet: 03, 84 and 89. RGB value is (3,132,137). Sum of RGB (Red+Green+Blue) = 3+132+137=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #038489 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038489 is #FC7B76. Grayscale: #5D5D5D. Windows color (decimal): -16546679 or 9012227. OLE color: 9012227.

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

Color convert

RGB 3 132 137 -
CMYK 0.98 0.04 0 0.46
HSL 182.24º 0.96% 0.27% -
HSV(B) 182.24º 0.98% 0.54% -
XYZ 12.8 18.33 26.53 -
YUV 94 152.26 63.09 -
System Red Green Blue C M Y K H S L
Decimal 3 132 137 0.98 0.04 0 0.46 182.24 0.96 0.27
Hex 3 84 89 62 4 0 2E B6 60 1B
Octal 3 204 211 142 4 0 56 266 140 33
Binary 11 10000100 10001001 1100010 100 0 101110 10110110 1100000 11011

Color Harmonies of #038489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038489

Black with #038489

Text Example


Text Example

White with #038489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038489; }

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

 H1.HeaderClassName
 {
   color: #038489;
 }
 .AnyTagClassName
 {
   color: #038489;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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