Html Css Color HEX #304854 Teal Blue

📋 copy color: '#304854'

red 48 ◦ green 72 ◦ blue 84

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

Shades of Teal Blue #304854

Tints of Teal Blue #304854

RGB

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

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

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

R = 23.53%
G = 35.29%
B = 41.18%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304854 (or 0x304854) is known color: Teal Blue. HEX triplet: 30, 48 and 54. RGB value is (48,72,84). Sum of RGB (Red+Green+Blue) = 48+72+84=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #304854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304854 is #CFB7AB. Grayscale: #424242. Windows color (decimal): -13612972 or 5523504. OLE color: 5523504.

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

Color convert

RGB 48 72 84 -
CMYK 0.43 0.14 0 0.67
HSL 200º 0.27% 0.26% -
HSV(B) 200º 0.43% 0.33% -
XYZ 5.14 5.9 9.26 -
YUV 66.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 48 72 84 0.43 0.14 0 0.67 200 0.27 0.26
Hex 30 48 54 2B E 0 43 C8 1B 1A
Octal 60 110 124 53 16 0 103 310 33 32
Binary 110000 1001000 1010100 101011 1110 0 1000011 11001000 11011 11010

Color Harmonies of #304854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304854

Black with #304854

Text Example


Text Example

White with #304854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304854; }

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

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

background-color css

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

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

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

border-color css

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

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

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