Html Css Color HEX #038291 Dark Cyan

📋 copy color: '#038291'

red 3 ◦ green 130 ◦ blue 145

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

Shades of Dark Cyan #038291

Tints of Dark Cyan #038291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.76%

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

R = 1.08%
G = 46.76%
B = 52.16%

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

#038291 (or 0x038291) is known color: Dark Cyan. HEX triplet: 03, 82 and 91. RGB value is (3,130,145). Sum of RGB (Red+Green+Blue) = 3+130+145=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #038291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038291 is #FC7D6E. Grayscale: #5D5D5D. Windows color (decimal): -16547183 or 9536003. OLE color: 9536003.

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

Color convert

RGB 3 130 145 -
CMYK 0.98 0.10 0 0.43
HSL 186.34º 0.96% 0.29% -
HSV(B) 186.34º 0.98% 0.57% -
XYZ 13.13 18.03 29.58 -
YUV 93.74 156.92 63.28 -
System Red Green Blue C M Y K H S L
Decimal 3 130 145 0.98 0.10 0 0.43 186.34 0.96 0.29
Hex 3 82 91 62 A 0 2B BA 60 1D
Octal 3 202 221 142 12 0 53 272 140 35
Binary 11 10000010 10010001 1100010 1010 0 101011 10111010 1100000 11101

Color Harmonies of #038291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038291

Black with #038291

Text Example


Text Example

White with #038291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038291; }

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

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

background-color css

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

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

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

border-color css

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

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

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