Html Css Color HEX #304E55 Teal Blue

📋 copy color: '#304E55'

red 48 ◦ green 78 ◦ blue 85

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

Shades of Teal Blue #304E55

Tints of Teal Blue #304E55

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.97%

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

R = 22.75%
G = 36.97%
B = 40.28%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304E55 (or 0x304E55) is known color: Teal Blue. HEX triplet: 30, 4E and 55. RGB value is (48,78,85). Sum of RGB (Red+Green+Blue) = 48+78+85=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #304E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E55 is #CFB1AA. Grayscale: #454545. Windows color (decimal): -13611435 or 5590576. OLE color: 5590576.

HSL color Cylindrical-coordinate representation of color #304E55: hue angle of 191.35º 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 #304E55 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 78 85 -
CMYK 0.44 0.08 0 0.67
HSL 191.35º 0.28% 0.26% -
HSV(B) 191.35º 0.44% 0.33% -
XYZ 5.58 6.73 9.6 -
YUV 69.83 136.56 112.43 -
System Red Green Blue C M Y K H S L
Decimal 48 78 85 0.44 0.08 0 0.67 191.35 0.28 0.26
Hex 30 4E 55 2C 8 0 43 BF 1C 1A
Octal 60 116 125 54 10 0 103 277 34 32
Binary 110000 1001110 1010101 101100 1000 0 1000011 10111111 11100 11010

Color Harmonies of #304E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E55

Black with #304E55

Text Example


Text Example

White with #304E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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