Html Css Color HEX #3B5A4D Plantation

📋 copy color: '#3B5A4D'

red 59 ◦ green 90 ◦ blue 77

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

Shades of Plantation #3B5A4D

Tints of Plantation #3B5A4D

RGB

 RED value IS 59 (23.44% from 255) = 26.11%

 GREEN value IS 90 (35.55% from 255) = 39.82%

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

R = 26.11%
G = 39.82%
B = 34.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#3B5A4D (or 0x3B5A4D) is known color: Plantation. HEX triplet: 3B, 5A and 4D. RGB value is (59,90,77). Sum of RGB (Red+Green+Blue) = 59+90+77=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 90 - color contains mainly: green. Hex color #3B5A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5A4D is #C4A5B2. Grayscale: #4F4F4F. Windows color (decimal): -12887475 or 5069371. OLE color: 5069371.

HSL color Cylindrical-coordinate representation of color #3B5A4D: hue angle of 154.84º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B5A4D is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 90 77 -
CMYK 0.34 0 0.14 0.65
HSL 154.84º 0.21% 0.29% -
HSV(B) 154.84º 0.34% 0.35% -
XYZ 6.8 8.78 8.36 -
YUV 79.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 59 90 77 0.34 0 0.14 0.65 154.84 0.21 0.29
Hex 3B 5A 4D 22 0 E 41 9B 15 1D
Octal 73 132 115 42 0 16 101 233 25 35
Binary 111011 1011010 1001101 100010 0 1110 1000001 10011011 10101 11101

Color Harmonies of #3B5A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5A4D

Black with #3B5A4D

Text Example


Text Example

White with #3B5A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B5A4D; }

 p { color: rgb(59,90,77); }

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

background-color css

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

 a { background-color: rgb(59,90,77); }

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

border-color css

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

 span { border-color: rgb(59,90,77); }

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