Html Css Color HEX #304442 Firefly

📋 copy color: '#304442'

red 48 ◦ green 68 ◦ blue 66

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

Shades of Firefly #304442

Tints of Firefly #304442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.26%

R = 26.37%
G = 37.36%
B = 36.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#304442 (or 0x304442) is known color: Firefly. HEX triplet: 30, 44 and 42. RGB value is (48,68,66). Sum of RGB (Red+Green+Blue) = 48+68+66=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 68 - color contains mainly: green. Hex color #304442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304442 is #CFBBBD. Grayscale: #3D3D3D. Windows color (decimal): -13614014 or 4342832. OLE color: 4342832.

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

Color convert

RGB 48 68 66 -
CMYK 0.29 0 0.03 0.73
HSL 174º 0.17% 0.23% -
HSV(B) 174º 0.29% 0.27% -
XYZ 4.27 5.16 5.92 -
YUV 61.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 48 68 66 0.29 0 0.03 0.73 174 0.17 0.23
Hex 30 44 42 1D 0 3 49 AE 11 17
Octal 60 104 102 35 0 3 111 256 21 27
Binary 110000 1000100 1000010 11101 0 11 1001001 10101110 10001 10111

Color Harmonies of #304442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304442

Black with #304442

Text Example


Text Example

White with #304442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304442; }

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

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

background-color css

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

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

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

border-color css

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

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

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