Html Css Color HEX #304955 Teal Blue

📋 copy color: '#304955'

red 48 ◦ green 73 ◦ blue 85

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

Shades of Teal Blue #304955

Tints of Teal Blue #304955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.26%

R = 23.3%
G = 35.44%
B = 41.26%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304955 (or 0x304955) is known color: Teal Blue. HEX triplet: 30, 49 and 55. RGB value is (48,73,85). Sum of RGB (Red+Green+Blue) = 48+73+85=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #304955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304955 is #CFB6AA. Grayscale: #424242. Windows color (decimal): -13612715 or 5589296. OLE color: 5589296.

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

Color convert

RGB 48 73 85 -
CMYK 0.44 0.14 0 0.67
HSL 199.46º 0.28% 0.26% -
HSV(B) 199.46º 0.44% 0.33% -
XYZ 5.24 6.05 9.49 -
YUV 66.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 48 73 85 0.44 0.14 0 0.67 199.46 0.28 0.26
Hex 30 49 55 2C E 0 43 C7 1C 1A
Octal 60 111 125 54 16 0 103 307 34 32
Binary 110000 1001001 1010101 101100 1110 0 1000011 11000111 11100 11010

Color Harmonies of #304955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304955

Black with #304955

Text Example


Text Example

White with #304955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304955; }

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

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

background-color css

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

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

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

border-color css

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

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

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