Html Css Color HEX #038488 Dark Cyan

📋 copy color: '#038488'

red 3 ◦ green 132 ◦ blue 136

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

Shades of Dark Cyan #038488

Tints of Dark Cyan #038488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50.18%

R = 1.11%
G = 48.71%
B = 50.18%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#038488 (or 0x038488) is known color: Dark Cyan. HEX triplet: 03, 84 and 88. RGB value is (3,132,136). Sum of RGB (Red+Green+Blue) = 3+132+136=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #038488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038488 is #FC7B77. Grayscale: #5D5D5D. Windows color (decimal): -16546680 or 8946691. OLE color: 8946691.

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

Color convert

RGB 3 132 136 -
CMYK 0.98 0.03 0 0.47
HSL 181.8º 0.96% 0.27% -
HSV(B) 181.8º 0.98% 0.53% -
XYZ 12.73 18.3 26.15 -
YUV 93.89 151.76 63.17 -
System Red Green Blue C M Y K H S L
Decimal 3 132 136 0.98 0.03 0 0.47 181.8 0.96 0.27
Hex 3 84 88 62 3 0 2F B6 60 1B
Octal 3 204 210 142 3 0 57 266 140 33
Binary 11 10000100 10001000 1100010 11 0 101111 10110110 1100000 11011

Color Harmonies of #038488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038488

Black with #038488

Text Example


Text Example

White with #038488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038488; }

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

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

background-color css

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

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

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

border-color css

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

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

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