Html Css Color HEX #304B55 Teal Blue

📋 copy color: '#304B55'

red 48 ◦ green 75 ◦ blue 85

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

Shades of Teal Blue #304B55

Tints of Teal Blue #304B55

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.06%

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

R = 23.08%
G = 36.06%
B = 40.87%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304B55 (or 0x304B55) is known color: Teal Blue. HEX triplet: 30, 4B and 55. RGB value is (48,75,85). Sum of RGB (Red+Green+Blue) = 48+75+85=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #304B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B55 is #CFB4AA. Grayscale: #444444. Windows color (decimal): -13612203 or 5589808. OLE color: 5589808.

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

Color convert

RGB 48 75 85 -
CMYK 0.44 0.12 0 0.67
HSL 196.22º 0.28% 0.26% -
HSV(B) 196.22º 0.44% 0.33% -
XYZ 5.37 6.32 9.53 -
YUV 68.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 48 75 85 0.44 0.12 0 0.67 196.22 0.28 0.26
Hex 30 4B 55 2C C 0 43 C4 1C 1A
Octal 60 113 125 54 14 0 103 304 34 32
Binary 110000 1001011 1010101 101100 1100 0 1000011 11000100 11100 11010

Color Harmonies of #304B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B55

Black with #304B55

Text Example


Text Example

White with #304B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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