#03483A

Color #03483A Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #03483A

Tints of Deep Teal #03483A

Color information

#03483A (or 0x03483A) is unknown color: approx 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

RGB37258-
CMYK0.9600.190.72
HSL167.83º92%14.71%-
HSV(B)167.83º95.83%28.24%-
XYZ3.124.964.8-
YUV49.77132.6494.64-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal372580.9600.190.72167.839214.71
Hex3483A6001348a85cf
Octal31107214002311025013417
Binary111001000111010110000001001110010001010100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>