Html Css Color HEX #038587 Dark Cyan

📋 copy color: '#038587'

red 3 ◦ green 133 ◦ blue 135

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

Shades of Dark Cyan #038587

Tints of Dark Cyan #038587

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.08%

 BLUE value IS 135 (53.13% from 255) = 49.82%

R = 1.11%
G = 49.08%
B = 49.82%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#038587 (or 0x038587) is known color: Dark Cyan. HEX triplet: 03, 85 and 87. RGB value is (3,133,135). Sum of RGB (Red+Green+Blue) = 3+133+135=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #038587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038587 is #FC7A78. Grayscale: #5E5E5E. Windows color (decimal): -16546425 or 8881411. OLE color: 8881411.

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

Color convert

RGB 3 133 135 -
CMYK 0.98 0.01 0 0.47
HSL 180.91º 0.96% 0.27% -
HSV(B) 180.91º 0.98% 0.53% -
XYZ 12.8 18.54 25.83 -
YUV 94.36 150.93 62.84 -
System Red Green Blue C M Y K H S L
Decimal 3 133 135 0.98 0.01 0 0.47 180.91 0.96 0.27
Hex 3 85 87 62 1 0 2F B5 60 1B
Octal 3 205 207 142 1 0 57 265 140 33
Binary 11 10000101 10000111 1100010 1 0 101111 10110101 1100000 11011

Color Harmonies of #038587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038587

Black with #038587

Text Example


Text Example

White with #038587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038587; }

 p { color: rgb(3,133,135); }

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

background-color css

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

 a { background-color: rgb(3,133,135); }

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

border-color css

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

 span { border-color: rgb(3,133,135); }

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