Html Css Color HEX #2B664F Evening Sea

📋 copy color: '#2B664F'

red 43 ◦ green 102 ◦ blue 79

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

Shades of Evening Sea #2B664F

Tints of Evening Sea #2B664F

RGB

 RED value IS 43 (17.19% from 255) = 19.2%

 GREEN value IS 102 (40.23% from 255) = 45.54%

 BLUE value IS 79 (31.25% from 255) = 35.27%

R = 19.2%
G = 45.54%
B = 35.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#2B664F (or 0x2B664F) is known color: Evening Sea. HEX triplet: 2B, 66 and 4F. RGB value is (43,102,79). Sum of RGB (Red+Green+Blue) = 43+102+79=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #2B664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B664F is #D499B0. Grayscale: #515151. Windows color (decimal): -13932977 or 5203499. OLE color: 5203499.

HSL color Cylindrical-coordinate representation of color #2B664F: hue angle of 156.61º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B664F is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB 43 102 79 -
CMYK 0.58 0 0.23 0.6
HSL 156.61º 0.41% 0.28% -
HSV(B) 156.61º 0.58% 0.4% -
XYZ 7.16 10.58 9.06 -
YUV 81.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 43 102 79 0.58 0 0.23 0.6 156.61 0.41 0.28
Hex 2B 66 4F 3A 0 17 3C 9D 29 1C
Octal 53 146 117 72 0 27 74 235 51 34
Binary 101011 1100110 1001111 111010 0 10111 111100 10011101 101001 11100

Color Harmonies of #2B664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B664F

Black with #2B664F

Text Example


Text Example

White with #2B664F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,102,79); }

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

background-color css

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

 a { background-color: rgb(43,102,79); }

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

border-color css

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

 span { border-color: rgb(43,102,79); }

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