Html Css Color HEX #304953 Teal Blue

📋 copy color: '#304953'

red 48 ◦ green 73 ◦ blue 83

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

Shades of Teal Blue #304953

Tints of Teal Blue #304953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.69%

R = 23.53%
G = 35.78%
B = 40.69%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304953 (or 0x304953) is known color: Teal Blue. HEX triplet: 30, 49 and 53. RGB value is (48,73,83). Sum of RGB (Red+Green+Blue) = 48+73+83=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #304953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304953 is #CFB6AC. Grayscale: #424242. Windows color (decimal): -13612717 or 5458224. OLE color: 5458224.

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

Color convert

RGB 48 73 83 -
CMYK 0.42 0.12 0 0.67
HSL 197.14º 0.27% 0.26% -
HSV(B) 197.14º 0.42% 0.33% -
XYZ 5.16 6.02 9.07 -
YUV 66.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 48 73 83 0.42 0.12 0 0.67 197.14 0.27 0.26
Hex 30 49 53 2A C 0 43 C5 1B 1A
Octal 60 111 123 52 14 0 103 305 33 32
Binary 110000 1001001 1010011 101010 1100 0 1000011 11000101 11011 11010

Color Harmonies of #304953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304953

Black with #304953

Text Example


Text Example

White with #304953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304953; }

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

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

background-color css

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

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

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

border-color css

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

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

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