#2B4644

Color #2B4644 Firefly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Firefly #2B4644

Tints of Firefly #2B4644

Color information

#2B4644 (or 0x2B4644) is unknown color: approx Firefly. HEX triplet: 2B, 46 and 44. RGB value is (43,70,68). Sum of RGB (Red+Green+Blue) = 43+70+68=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 70 - color contains mainly: green. Hex color #2B4644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4644 is #D4B9BB. Grayscale: #3D3D3D. Windows color (decimal): -13941180 or 4474411. OLE color: 4474411.

HSL color Cylindrical-coordinate representation of color #2B4644: hue angle of 175.56º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B4644 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB437068-
CMYK0.3900.030.73
HSL175.56º23.89%22.16%-
HSV(B)175.56º38.57%27.45%-
XYZ4.235.316.27-
YUV61.7131.55114.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.76%
GREEN value IS 70 (27.73% from 255) = 38.67%
BLUE value IS 68 (26.95% from 255) = 37.57%
R=23.76%
G=38.67%
B=37.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4370680.3900.030.73175.5623.8922.16
Hex2B4644270349b01816
Octal5310610447031112603026
Binary101011100011010001001001110111001001101100001100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B4644; }

 p { color: rgb(43,70,68); }

 H1.HeaderClassName
 {
   color: #2B4644;
 }
 .AnyTagClassName
 {
   color: #2B4644;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #2B4644;
 }
 .BgClassName
 {
   background-color: #2B4644;
 }
</style>
border-color css

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

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

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