Html Css Color HEX #305058 Teal Blue

📋 copy color: '#305058'

red 48 ◦ green 80 ◦ blue 88

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

Shades of Teal Blue #305058

Tints of Teal Blue #305058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.04%

 BLUE value IS 88 (34.77% from 255) = 40.74%

R = 22.22%
G = 37.04%
B = 40.74%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#305058 (or 0x305058) is known color: Teal Blue. HEX triplet: 30, 50 and 58. RGB value is (48,80,88). Sum of RGB (Red+Green+Blue) = 48+80+88=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #305058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305058 is #CFAFA7. Grayscale: #474747. Windows color (decimal): -13610920 or 5787696. OLE color: 5787696.

HSL color Cylindrical-coordinate representation of color #305058: hue angle of 192º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #305058 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 80 88 -
CMYK 0.45 0.09 0 0.65
HSL 192º 0.29% 0.27% -
HSV(B) 192º 0.45% 0.35% -
XYZ 5.85 7.07 10.29 -
YUV 71.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 48 80 88 0.45 0.09 0 0.65 192 0.29 0.27
Hex 30 50 58 2D 9 0 41 C0 1D 1B
Octal 60 120 130 55 11 0 101 300 35 33
Binary 110000 1010000 1011000 101101 1001 0 1000001 11000000 11101 11011

Color Harmonies of #305058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305058

Black with #305058

Text Example


Text Example

White with #305058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305058; }

 p { color: rgb(48,80,88); }

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

background-color css

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

 a { background-color: rgb(48,80,88); }

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

border-color css

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

 span { border-color: rgb(48,80,88); }

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