Html Css Color HEX #2B5F4D Evening Sea

📋 copy color: '#2B5F4D'

red 43 ◦ green 95 ◦ blue 77

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

Shades of Evening Sea #2B5F4D

Tints of Evening Sea #2B5F4D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.19%

 BLUE value IS 77 (30.47% from 255) = 35.81%

R = 20%
G = 44.19%
B = 35.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#2B5F4D (or 0x2B5F4D) is known color: Evening Sea. HEX triplet: 2B, 5F and 4D. RGB value is (43,95,77). Sum of RGB (Red+Green+Blue) = 43+95+77=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #2B5F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5F4D is #D4A0B2. Grayscale: #4D4D4D. Windows color (decimal): -13934771 or 5070635. OLE color: 5070635.

HSL color Cylindrical-coordinate representation of color #2B5F4D: hue angle of 159.23º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B5F4D is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 43 95 77 -
CMYK 0.55 0 0.19 0.63
HSL 159.23º 0.38% 0.27% -
HSV(B) 159.23º 0.55% 0.37% -
XYZ 6.43 9.23 8.46 -
YUV 77.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 43 95 77 0.55 0 0.19 0.63 159.23 0.38 0.27
Hex 2B 5F 4D 37 0 13 3F 9F 26 1B
Octal 53 137 115 67 0 23 77 237 46 33
Binary 101011 1011111 1001101 110111 0 10011 111111 10011111 100110 11011

Color Harmonies of #2B5F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5F4D

Black with #2B5F4D

Text Example


Text Example

White with #2B5F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,95,77); }

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

background-color css

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

 a { background-color: rgb(43,95,77); }

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

border-color css

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

 span { border-color: rgb(43,95,77); }

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