Html Css Color HEX #304344 Firefly

📋 copy color: '#304344'

red 48 ◦ green 67 ◦ blue 68

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

Shades of Firefly #304344

Tints of Firefly #304344

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.61%

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

R = 26.23%
G = 36.61%
B = 37.16%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#304344 (or 0x304344) is known color: Firefly. HEX triplet: 30, 43 and 44. RGB value is (48,67,68). Sum of RGB (Red+Green+Blue) = 48+67+68=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 68 - color contains mainly: blue. Hex color #304344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304344 is #CFBCBB. Grayscale: #3D3D3D. Windows color (decimal): -13614268 or 4473648. OLE color: 4473648.

HSL color Cylindrical-coordinate representation of color #304344: hue angle of 183º 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 #304344 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 67 68 -
CMYK 0.29 0.01 0 0.73
HSL 183º 0.17% 0.23% -
HSV(B) 183º 0.29% 0.27% -
XYZ 4.27 5.06 6.22 -
YUV 61.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 48 67 68 0.29 0.01 0 0.73 183 0.17 0.23
Hex 30 43 44 1D 1 0 49 B7 11 17
Octal 60 103 104 35 1 0 111 267 21 27
Binary 110000 1000011 1000100 11101 1 0 1001001 10110111 10001 10111

Color Harmonies of #304344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304344

Black with #304344

Text Example


Text Example

White with #304344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304344; }

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

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

background-color css

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

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

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

border-color css

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

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

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