Html Css Color HEX #038793 Dark Cyan

📋 copy color: '#038793'

red 3 ◦ green 135 ◦ blue 147

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

Shades of Dark Cyan #038793

Tints of Dark Cyan #038793

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.37%

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

R = 1.05%
G = 47.37%
B = 51.58%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#038793 (or 0x038793) is known color: Dark Cyan. HEX triplet: 03, 87 and 93. RGB value is (3,135,147). Sum of RGB (Red+Green+Blue) = 3+135+147=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #038793 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038793 is #FC786C. Grayscale: #606060. Windows color (decimal): -16545901 or 9668355. OLE color: 9668355.

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

Color convert

RGB 3 135 147 -
CMYK 0.98 0.08 0 0.42
HSL 185º 0.96% 0.29% -
HSV(B) 185º 0.98% 0.58% -
XYZ 13.97 19.45 30.62 -
YUV 96.9 156.27 61.02 -
System Red Green Blue C M Y K H S L
Decimal 3 135 147 0.98 0.08 0 0.42 185 0.96 0.29
Hex 3 87 93 62 8 0 2A B9 60 1D
Octal 3 207 223 142 10 0 52 271 140 35
Binary 11 10000111 10010011 1100010 1000 0 101010 10111001 1100000 11101

Color Harmonies of #038793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038793

Black with #038793

Text Example


Text Example

White with #038793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038793; }

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

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

background-color css

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

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

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

border-color css

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

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

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