Html Css Color HEX #038F95 Dark Cyan

📋 copy color: '#038F95'

red 3 ◦ green 143 ◦ blue 149

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

Shades of Dark Cyan #038F95

Tints of Dark Cyan #038F95

RGB

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

 GREEN value IS 143 (56.25% from 255) = 48.47%

 BLUE value IS 149 (58.59% from 255) = 50.51%

R = 1.02%
G = 48.47%
B = 50.51%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#038F95 (or 0x038F95) is known color: Dark Cyan. HEX triplet: 03, 8F and 95. RGB value is (3,143,149). Sum of RGB (Red+Green+Blue) = 3+143+149=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #038F95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038F95 is #FC706A. Grayscale: #656565. Windows color (decimal): -16543851 or 9801475. OLE color: 9801475.

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

Color convert

RGB 3 143 149 -
CMYK 0.98 0.04 0 0.42
HSL 182.47º 0.96% 0.3% -
HSV(B) 182.47º 0.98% 0.58% -
XYZ 15.28 21.83 31.84 -
YUV 101.82 154.62 57.51 -
System Red Green Blue C M Y K H S L
Decimal 3 143 149 0.98 0.04 0 0.42 182.47 0.96 0.3
Hex 3 8F 95 62 4 0 2A B6 60 1E
Octal 3 217 225 142 4 0 52 266 140 36
Binary 11 10001111 10010101 1100010 100 0 101010 10110110 1100000 11110

Color Harmonies of #038F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038F95

Black with #038F95

Text Example


Text Example

White with #038F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038F95; }

 p { color: rgb(3,143,149); }

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

background-color css

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

 a { background-color: rgb(3,143,149); }

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

border-color css

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

 span { border-color: rgb(3,143,149); }

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