Html Css Color HEX #038591 Dark Cyan

📋 copy color: '#038591'

red 3 ◦ green 133 ◦ blue 145

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

Shades of Dark Cyan #038591

Tints of Dark Cyan #038591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.6%

R = 1.07%
G = 47.33%
B = 51.6%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#038591 (or 0x038591) is known color: Dark Cyan. HEX triplet: 03, 85 and 91. RGB value is (3,133,145). Sum of RGB (Red+Green+Blue) = 3+133+145=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #038591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038591 is #FC7A6E. Grayscale: #5F5F5F. Windows color (decimal): -16546415 or 9536771. OLE color: 9536771.

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

Color convert

RGB 3 133 145 -
CMYK 0.98 0.08 0 0.43
HSL 185.07º 0.96% 0.29% -
HSV(B) 185.07º 0.98% 0.57% -
XYZ 13.54 18.84 29.71 -
YUV 95.5 155.93 62.02 -
System Red Green Blue C M Y K H S L
Decimal 3 133 145 0.98 0.08 0 0.43 185.07 0.96 0.29
Hex 3 85 91 62 8 0 2B B9 60 1D
Octal 3 205 221 142 10 0 53 271 140 35
Binary 11 10000101 10010001 1100010 1000 0 101011 10111001 1100000 11101

Color Harmonies of #038591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038591

Black with #038591

Text Example


Text Example

White with #038591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038591; }

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

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

background-color css

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

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

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

border-color css

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

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

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