Html Css Color HEX #304D54 Teal Blue

📋 copy color: '#304D54'

red 48 ◦ green 77 ◦ blue 84

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

Shades of Teal Blue #304D54

Tints of Teal Blue #304D54

RGB

 RED value IS 48 (19.14% from 255) = 22.97%

 GREEN value IS 77 (30.47% from 255) = 36.84%

 BLUE value IS 84 (33.2% from 255) = 40.19%

R = 22.97%
G = 36.84%
B = 40.19%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304D54 (or 0x304D54) is known color: Teal Blue. HEX triplet: 30, 4D and 54. RGB value is (48,77,84). Sum of RGB (Red+Green+Blue) = 48+77+84=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #304D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D54 is #CFB2AB. Grayscale: #454545. Windows color (decimal): -13611692 or 5524784. OLE color: 5524784.

HSL color Cylindrical-coordinate representation of color #304D54: hue angle of 191.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #304D54 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 77 84 -
CMYK 0.43 0.08 0 0.67
HSL 191.67º 0.27% 0.26% -
HSV(B) 191.67º 0.43% 0.33% -
XYZ 5.47 6.58 9.37 -
YUV 69.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 48 77 84 0.43 0.08 0 0.67 191.67 0.27 0.26
Hex 30 4D 54 2B 8 0 43 C0 1B 1A
Octal 60 115 124 53 10 0 103 300 33 32
Binary 110000 1001101 1010100 101011 1000 0 1000011 11000000 11011 11010

Color Harmonies of #304D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D54

Black with #304D54

Text Example


Text Example

White with #304D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304D54; }

 p { color: rgb(48,77,84); }

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

background-color css

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

 a { background-color: rgb(48,77,84); }

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

border-color css

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

 span { border-color: rgb(48,77,84); }

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