Html Css Color HEX #304C53 Teal Blue

📋 copy color: '#304C53'

red 48 ◦ green 76 ◦ blue 83

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

Shades of Teal Blue #304C53

Tints of Teal Blue #304C53

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.71%

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

R = 23.19%
G = 36.71%
B = 40.1%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304C53 (or 0x304C53) is known color: Teal Blue. HEX triplet: 30, 4C and 53. RGB value is (48,76,83). Sum of RGB (Red+Green+Blue) = 48+76+83=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #304C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C53 is #CFB3AC. Grayscale: #444444. Windows color (decimal): -13611949 or 5458992. OLE color: 5458992.

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

Color convert

RGB 48 76 83 -
CMYK 0.42 0.08 0 0.67
HSL 192º 0.27% 0.26% -
HSV(B) 192º 0.42% 0.33% -
XYZ 5.36 6.42 9.14 -
YUV 68.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 48 76 83 0.42 0.08 0 0.67 192 0.27 0.26
Hex 30 4C 53 2A 8 0 43 C0 1B 1A
Octal 60 114 123 52 10 0 103 300 33 32
Binary 110000 1001100 1010011 101010 1000 0 1000011 11000000 11011 11010

Color Harmonies of #304C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C53

Black with #304C53

Text Example


Text Example

White with #304C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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