Html Css Color HEX #3B555B Casal

📋 copy color: '#3B555B'

red 59 ◦ green 85 ◦ blue 91

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

Shades of Casal #3B555B

Tints of Casal #3B555B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.17%

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 25.11%
G = 36.17%
B = 38.72%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3B555B (or 0x3B555B) is known color: Casal. HEX triplet: 3B, 55 and 5B. RGB value is (59,85,91). Sum of RGB (Red+Green+Blue) = 59+85+91=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B555B is #C4AAA4. Grayscale: #4D4D4D. Windows color (decimal): -12888741 or 5985595. OLE color: 5985595.

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

Color convert

RGB 59 85 91 -
CMYK 0.35 0.07 0 0.64
HSL 191.25º 0.21% 0.29% -
HSV(B) 191.25º 0.35% 0.36% -
XYZ 6.94 8.18 11.11 -
YUV 77.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 59 85 91 0.35 0.07 0 0.64 191.25 0.21 0.29
Hex 3B 55 5B 23 7 0 40 BF 15 1D
Octal 73 125 133 43 7 0 100 277 25 35
Binary 111011 1010101 1011011 100011 111 0 1000000 10111111 10101 11101

Color Harmonies of #3B555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B555B

Black with #3B555B

Text Example


Text Example

White with #3B555B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,85,91); }

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

background-color css

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

 a { background-color: rgb(59,85,91); }

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

border-color css

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

 span { border-color: rgb(59,85,91); }

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