Html Css Color HEX #038693 Dark Cyan

📋 copy color: '#038693'

red 3 ◦ green 134 ◦ blue 147

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

Shades of Dark Cyan #038693

Tints of Dark Cyan #038693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.76%

R = 1.06%
G = 47.18%
B = 51.76%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#038693 (or 0x038693) is known color: Dark Cyan. HEX triplet: 03, 86 and 93. RGB value is (3,134,147). Sum of RGB (Red+Green+Blue) = 3+134+147=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #038693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038693 is #FC796C. Grayscale: #606060. Windows color (decimal): -16546157 or 9668099. OLE color: 9668099.

HSL color Cylindrical-coordinate representation of color #038693: hue angle of 185.42º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038693 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 134 147 -
CMYK 0.98 0.09 0 0.42
HSL 185.42º 0.96% 0.29% -
HSV(B) 185.42º 0.98% 0.58% -
XYZ 13.83 19.18 30.58 -
YUV 96.31 156.6 61.44 -
System Red Green Blue C M Y K H S L
Decimal 3 134 147 0.98 0.09 0 0.42 185.42 0.96 0.29
Hex 3 86 93 62 9 0 2A B9 60 1D
Octal 3 206 223 142 11 0 52 271 140 35
Binary 11 10000110 10010011 1100010 1001 0 101010 10111001 1100000 11101

Color Harmonies of #038693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038693

Black with #038693

Text Example


Text Example

White with #038693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038693; }

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

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

background-color css

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

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

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

border-color css

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

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

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