Html Css Color HEX #3B5459 Casal

📋 copy color: '#3B5459'

red 59 ◦ green 84 ◦ blue 89

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

Shades of Casal #3B5459

Tints of Casal #3B5459

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.21%

 BLUE value IS 89 (35.16% from 255) = 38.36%

R = 25.43%
G = 36.21%
B = 38.36%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B5459 (or 0x3B5459) is known color: Casal. HEX triplet: 3B, 54 and 59. RGB value is (59,84,89). Sum of RGB (Red+Green+Blue) = 59+84+89=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B5459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5459 is #C4ABA6. Grayscale: #4D4D4D. Windows color (decimal): -12888999 or 5854267. OLE color: 5854267.

HSL color Cylindrical-coordinate representation of color #3B5459: hue angle of 190º degrees, saturation: 0.2, 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 #3B5459 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 84 89 -
CMYK 0.34 0.06 0 0.65
HSL 190º 0.2% 0.29% -
HSV(B) 190º 0.34% 0.35% -
XYZ 6.78 7.99 10.64 -
YUV 77.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 59 84 89 0.34 0.06 0 0.65 190 0.2 0.29
Hex 3B 54 59 22 6 0 41 BE 14 1D
Octal 73 124 131 42 6 0 101 276 24 35
Binary 111011 1010100 1011001 100010 110 0 1000001 10111110 10100 11101

Color Harmonies of #3B5459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5459

Black with #3B5459

Text Example


Text Example

White with #3B5459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,84,89); }

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

background-color css

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

 a { background-color: rgb(59,84,89); }

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

border-color css

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

 span { border-color: rgb(59,84,89); }

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