Html Css Color HEX #038692 Dark Cyan

📋 copy color: '#038692'

red 3 ◦ green 134 ◦ blue 146

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

Shades of Dark Cyan #038692

Tints of Dark Cyan #038692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.35%

 BLUE value IS 146 (57.42% from 255) = 51.59%

R = 1.06%
G = 47.35%
B = 51.59%

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

#038692 (or 0x038692) is known color: Dark Cyan. HEX triplet: 03, 86 and 92. RGB value is (3,134,146). Sum of RGB (Red+Green+Blue) = 3+134+146=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #038692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038692 is #FC796D. Grayscale: #606060. Windows color (decimal): -16546158 or 9602563. OLE color: 9602563.

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

Color convert

RGB 3 134 146 -
CMYK 0.98 0.08 0 0.43
HSL 185.04º 0.96% 0.29% -
HSV(B) 185.04º 0.98% 0.57% -
XYZ 13.75 19.14 30.16 -
YUV 96.2 156.1 61.52 -
System Red Green Blue C M Y K H S L
Decimal 3 134 146 0.98 0.08 0 0.43 185.04 0.96 0.29
Hex 3 86 92 62 8 0 2B B9 60 1D
Octal 3 206 222 142 10 0 53 271 140 35
Binary 11 10000110 10010010 1100010 1000 0 101011 10111001 1100000 11101

Color Harmonies of #038692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038692

Black with #038692

Text Example


Text Example

White with #038692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038692; }

 p { color: rgb(3,134,146); }

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

background-color css

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

 a { background-color: rgb(3,134,146); }

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

border-color css

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

 span { border-color: rgb(3,134,146); }

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