Html Css Color HEX #304752 Teal Blue

📋 copy color: '#304752'

red 48 ◦ green 71 ◦ blue 82

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

Shades of Teal Blue #304752

Tints of Teal Blue #304752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.32%

 BLUE value IS 82 (32.42% from 255) = 40.8%

R = 23.88%
G = 35.32%
B = 40.8%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#304752 (or 0x304752) is known color: Teal Blue. HEX triplet: 30, 47 and 52. RGB value is (48,71,82). Sum of RGB (Red+Green+Blue) = 48+71+82=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #304752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304752 is #CFB8AD. Grayscale: #414141. Windows color (decimal): -13613230 or 5392176. OLE color: 5392176.

HSL color Cylindrical-coordinate representation of color #304752: hue angle of 199.41º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #304752 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 71 82 -
CMYK 0.41 0.13 0 0.68
HSL 199.41º 0.26% 0.25% -
HSV(B) 199.41º 0.41% 0.32% -
XYZ 5 5.74 8.83 -
YUV 65.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 48 71 82 0.41 0.13 0 0.68 199.41 0.26 0.25
Hex 30 47 52 29 D 0 44 C7 1A 19
Octal 60 107 122 51 15 0 104 307 32 31
Binary 110000 1000111 1010010 101001 1101 0 1000100 11000111 11010 11001

Color Harmonies of #304752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304752

Black with #304752

Text Example


Text Example

White with #304752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304752; }

 p { color: rgb(48,71,82); }

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

background-color css

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

 a { background-color: rgb(48,71,82); }

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

border-color css

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

 span { border-color: rgb(48,71,82); }

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