Html Css Color HEX #038592 Dark Cyan

📋 copy color: '#038592'

red 3 ◦ green 133 ◦ blue 146

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

Shades of Dark Cyan #038592

Tints of Dark Cyan #038592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.16%

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

R = 1.06%
G = 47.16%
B = 51.77%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#038592 (or 0x038592) is known color: Dark Cyan. HEX triplet: 03, 85 and 92. RGB value is (3,133,146). Sum of RGB (Red+Green+Blue) = 3+133+146=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #038592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038592 is #FC7A6D. Grayscale: #5F5F5F. Windows color (decimal): -16546414 or 9602307. OLE color: 9602307.

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

Color convert

RGB 3 133 146 -
CMYK 0.98 0.09 0 0.43
HSL 185.45º 0.96% 0.29% -
HSV(B) 185.45º 0.98% 0.57% -
XYZ 13.61 18.87 30.12 -
YUV 95.61 156.43 61.94 -
System Red Green Blue C M Y K H S L
Decimal 3 133 146 0.98 0.09 0 0.43 185.45 0.96 0.29
Hex 3 85 92 62 9 0 2B B9 60 1D
Octal 3 205 222 142 11 0 53 271 140 35
Binary 11 10000101 10010010 1100010 1001 0 101011 10111001 1100000 11101

Color Harmonies of #038592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038592

Black with #038592

Text Example


Text Example

White with #038592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038592; }

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

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

background-color css

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

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

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

border-color css

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

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

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