Html Css Color HEX #304B54 Teal Blue

📋 copy color: '#304B54'

red 48 ◦ green 75 ◦ blue 84

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

Shades of Teal Blue #304B54

Tints of Teal Blue #304B54

RGB

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

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

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

R = 23.19%
G = 36.23%
B = 40.58%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304B54 (or 0x304B54) is known color: Teal Blue. HEX triplet: 30, 4B and 54. RGB value is (48,75,84). Sum of RGB (Red+Green+Blue) = 48+75+84=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 84 - color contains mainly: blue. Hex color #304B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B54 is #CFB4AB. Grayscale: #434343. Windows color (decimal): -13612204 or 5524272. OLE color: 5524272.

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

Color convert

RGB 48 75 84 -
CMYK 0.43 0.11 0 0.67
HSL 195º 0.27% 0.26% -
HSV(B) 195º 0.43% 0.33% -
XYZ 5.34 6.3 9.32 -
YUV 67.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 48 75 84 0.43 0.11 0 0.67 195 0.27 0.26
Hex 30 4B 54 2B B 0 43 C3 1B 1A
Octal 60 113 124 53 13 0 103 303 33 32
Binary 110000 1001011 1010100 101011 1011 0 1000011 11000011 11011 11010

Color Harmonies of #304B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B54

Black with #304B54

Text Example


Text Example

White with #304B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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