Html Css Color HEX #304443 Firefly

📋 copy color: '#304443'

red 48 ◦ green 68 ◦ blue 67

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

Shades of Firefly #304443

Tints of Firefly #304443

RGB

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

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

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

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

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

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

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

Color convert

RGB 48 68 67 -
CMYK 0.29 0 0.01 0.73
HSL 177º 0.17% 0.23% -
HSV(B) 177º 0.29% 0.27% -
XYZ 4.3 5.17 6.08 -
YUV 61.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 48 68 67 0.29 0 0.01 0.73 177 0.17 0.23
Hex 30 44 43 1D 0 1 49 B1 11 17
Octal 60 104 103 35 0 1 111 261 21 27
Binary 110000 1000100 1000011 11101 0 1 1001001 10110001 10001 10111

Color Harmonies of #304443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304443

Black with #304443

Text Example


Text Example

White with #304443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304443; }

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

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

background-color css

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

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

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

border-color css

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

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

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