Html Css Color HEX #304444 Firefly

📋 copy color: '#304444'

red 48 ◦ green 68 ◦ blue 68

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

Shades of Firefly #304444

Tints of Firefly #304444

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.96%

 BLUE value IS 68 (26.95% from 255) = 36.96%

R = 26.09%
G = 36.96%
B = 36.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#304444 (or 0x304444) is known color: Firefly. HEX triplet: 30, 44 and 44. RGB value is (48,68,68). Sum of RGB (Red+Green+Blue) = 48+68+68=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 68 - color contains mainly: green, blue. Hex color #304444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304444 is #CFBBBB. Grayscale: #3E3E3E. Windows color (decimal): -13614012 or 4473904. OLE color: 4473904.

HSL color Cylindrical-coordinate representation of color #304444: hue angle of 180º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #304444 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 68 68 -
CMYK 0.29 0 0 0.73
HSL 180º 0.17% 0.23% -
HSV(B) 180º 0.29% 0.27% -
XYZ 4.33 5.18 6.24 -
YUV 62.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 48 68 68 0.29 0 0 0.73 180 0.17 0.23
Hex 30 44 44 1D 0 0 49 B4 11 17
Octal 60 104 104 35 0 0 111 264 21 27
Binary 110000 1000100 1000100 11101 0 0 1001001 10110100 10001 10111

Color Harmonies of #304444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304444

Black with #304444

Text Example


Text Example

White with #304444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304444; }

 p { color: rgb(48,68,68); }

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

background-color css

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

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

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

border-color css

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

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

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