Html Css Color HEX #304954 Teal Blue

📋 copy color: '#304954'

red 48 ◦ green 73 ◦ blue 84

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

Shades of Teal Blue #304954

Tints of Teal Blue #304954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.61%

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

R = 23.41%
G = 35.61%
B = 40.98%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304954 (or 0x304954) is known color: Teal Blue. HEX triplet: 30, 49 and 54. RGB value is (48,73,84). Sum of RGB (Red+Green+Blue) = 48+73+84=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 84 - color contains mainly: blue. Hex color #304954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304954 is #CFB6AB. Grayscale: #424242. Windows color (decimal): -13612716 or 5523760. OLE color: 5523760.

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

Color convert

RGB 48 73 84 -
CMYK 0.43 0.13 0 0.67
HSL 198.33º 0.27% 0.26% -
HSV(B) 198.33º 0.43% 0.33% -
XYZ 5.2 6.03 9.28 -
YUV 66.78 137.72 114.61 -
System Red Green Blue C M Y K H S L
Decimal 48 73 84 0.43 0.13 0 0.67 198.33 0.27 0.26
Hex 30 49 54 2B D 0 43 C6 1B 1A
Octal 60 111 124 53 15 0 103 306 33 32
Binary 110000 1001001 1010100 101011 1101 0 1000011 11000110 11011 11010

Color Harmonies of #304954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304954

Black with #304954

Text Example


Text Example

White with #304954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304954; }

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

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

background-color css

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

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

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

border-color css

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

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

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