Html Css Color HEX #03483A Deep Teal

📋 copy color: '#03483A'

red 3 ◦ green 72 ◦ blue 58

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

Shades of Deep Teal #03483A

Tints of Deep Teal #03483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.14%

 BLUE value IS 58 (23.05% from 255) = 43.61%

R = 2.26%
G = 54.14%
B = 43.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#03483A (or 0x03483A) is known color: Deep Teal. HEX triplet: 03, 48 and 3A. RGB value is (3,72,58). Sum of RGB (Red+Green+Blue) = 3+72+58=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #03483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03483A is #FCB7C5. Grayscale: #313131. Windows color (decimal): -16562118 or 3819523. OLE color: 3819523.

HSL color Cylindrical-coordinate representation of color #03483A: hue angle of 167.83º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03483A is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 72 58 -
CMYK 0.96 0 0.19 0.72
HSL 167.83º 0.92% 0.15% -
HSV(B) 167.83º 0.96% 0.28% -
XYZ 3.12 4.96 4.8 -
YUV 49.77 132.64 94.64 -
System Red Green Blue C M Y K H S L
Decimal 3 72 58 0.96 0 0.19 0.72 167.83 0.92 0.15
Hex 3 48 3A 60 0 13 48 A8 5C F
Octal 3 110 72 140 0 23 110 250 134 17
Binary 11 1001000 111010 1100000 0 10011 1001000 10101000 1011100 1111

Color Harmonies of #03483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03483A

Black with #03483A

Text Example


Text Example

White with #03483A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03483A; }

 p { color: rgb(3,72,58); }

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

background-color css

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

 a { background-color: rgb(3,72,58); }

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

border-color css

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

 span { border-color: rgb(3,72,58); }

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