Html Css Color HEX #304040 Firefly

📋 copy color: '#304040'

red 48 ◦ green 64 ◦ blue 64

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

Shades of Firefly #304040

Tints of Firefly #304040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.36%

 BLUE value IS 64 (25.39% from 255) = 36.36%

R = 27.27%
G = 36.36%
B = 36.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#304040 (or 0x304040) is known color: Firefly. HEX triplet: 30, 40 and 40. RGB value is (48,64,64). Sum of RGB (Red+Green+Blue) = 48+64+64=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #304040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304040 is #CFBFBF. Grayscale: #3B3B3B. Windows color (decimal): -13615040 or 4210736. OLE color: 4210736.

HSL color Cylindrical-coordinate representation of color #304040: hue angle of 180º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #304040 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 64 -
CMYK 0.25 0 0 0.75
HSL 180º 0.14% 0.22% -
HSV(B) 180º 0.25% 0.25% -
XYZ 3.98 4.67 5.54 -
YUV 59.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 48 64 64 0.25 0 0 0.75 180 0.14 0.22
Hex 30 40 40 19 0 0 4B B4 E 16
Octal 60 100 100 31 0 0 113 264 16 26
Binary 110000 1000000 1000000 11001 0 0 1001011 10110100 1110 10110

Color Harmonies of #304040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304040

Black with #304040

Text Example


Text Example

White with #304040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304040; }

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

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

background-color css

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

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

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

border-color css

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

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

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