Html Css Color HEX #038391 Dark Cyan

📋 copy color: '#038391'

red 3 ◦ green 131 ◦ blue 145

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

Shades of Dark Cyan #038391

Tints of Dark Cyan #038391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.95%

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

R = 1.08%
G = 46.95%
B = 51.97%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#038391 (or 0x038391) is known color: Dark Cyan. HEX triplet: 03, 83 and 91. RGB value is (3,131,145). Sum of RGB (Red+Green+Blue) = 3+131+145=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #038391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038391 is #FC7C6E. Grayscale: #5E5E5E. Windows color (decimal): -16546927 or 9536259. OLE color: 9536259.

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

Color convert

RGB 3 131 145 -
CMYK 0.98 0.10 0 0.43
HSL 185.92º 0.96% 0.29% -
HSV(B) 185.92º 0.98% 0.57% -
XYZ 13.26 18.3 29.62 -
YUV 94.32 156.59 62.86 -
System Red Green Blue C M Y K H S L
Decimal 3 131 145 0.98 0.10 0 0.43 185.92 0.96 0.29
Hex 3 83 91 62 A 0 2B BA 60 1D
Octal 3 203 221 142 12 0 53 272 140 35
Binary 11 10000011 10010001 1100010 1010 0 101011 10111010 1100000 11101

Color Harmonies of #038391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038391

Black with #038391

Text Example


Text Example

White with #038391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038391; }

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

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

background-color css

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

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

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

border-color css

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

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

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