Html Css Color HEX #037384 Teal

📋 copy color: '#037384'

red 3 ◦ green 115 ◦ blue 132

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

Shades of Teal #037384

Tints of Teal #037384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46%

 BLUE value IS 132 (51.95% from 255) = 52.8%

R = 1.2%
G = 46%
B = 52.8%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#037384 (or 0x037384) is known color: Teal. HEX triplet: 03, 73 and 84. RGB value is (3,115,132). Sum of RGB (Red+Green+Blue) = 3+115+132=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #037384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037384 is #FC8C7B. Grayscale: #535353. Windows color (decimal): -16551036 or 8680195. OLE color: 8680195.

HSL color Cylindrical-coordinate representation of color #037384: hue angle of 187.91º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037384 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 115 132 -
CMYK 0.98 0.13 0 0.48
HSL 187.91º 0.96% 0.26% -
HSV(B) 187.91º 0.98% 0.52% -
XYZ 10.33 13.95 23.98 -
YUV 83.45 155.39 70.62 -
System Red Green Blue C M Y K H S L
Decimal 3 115 132 0.98 0.13 0 0.48 187.91 0.96 0.26
Hex 3 73 84 62 D 0 30 BC 60 1A
Octal 3 163 204 142 15 0 60 274 140 32
Binary 11 1110011 10000100 1100010 1101 0 110000 10111100 1100000 11010

Color Harmonies of #037384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037384

Black with #037384

Text Example


Text Example

White with #037384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037384; }

 p { color: rgb(3,115,132); }

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

background-color css

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

 a { background-color: rgb(3,115,132); }

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

border-color css

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

 span { border-color: rgb(3,115,132); }

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