Html Css Color HEX #355B63 Casal

📋 copy color: '#355B63'

red 53 ◦ green 91 ◦ blue 99

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

Shades of Casal #355B63

Tints of Casal #355B63

RGB

 RED value IS 53 (21.09% from 255) = 21.81%

 GREEN value IS 91 (35.94% from 255) = 37.45%

 BLUE value IS 99 (39.06% from 255) = 40.74%

R = 21.81%
G = 37.45%
B = 40.74%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#355B63 (or 0x355B63) is known color: Casal. HEX triplet: 35, 5B and 63. RGB value is (53,91,99). Sum of RGB (Red+Green+Blue) = 53+91+99=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #355B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B63 is #CAA49C. Grayscale: #505050. Windows color (decimal): -13280413 or 6511413. OLE color: 6511413.

HSL color Cylindrical-coordinate representation of color #355B63: hue angle of 190.43º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355B63 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 91 99 -
CMYK 0.46 0.08 0 0.61
HSL 190.43º 0.3% 0.3% -
HSV(B) 190.43º 0.46% 0.39% -
XYZ 7.46 9.14 13.18 -
YUV 80.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 53 91 99 0.46 0.08 0 0.61 190.43 0.3 0.3
Hex 35 5B 63 2E 8 0 3D BE 1E 1E
Octal 65 133 143 56 10 0 75 276 36 36
Binary 110101 1011011 1100011 101110 1000 0 111101 10111110 11110 11110

Color Harmonies of #355B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355B63

Black with #355B63

Text Example


Text Example

White with #355B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355B63; }

 p { color: rgb(53,91,99); }

 H1.HeaderClassName
 {
   color: #355B63;
 }
 .AnyTagClassName
 {
   color: #355B63;
 }
</style>

background-color css

<style>
 a { background-color: #355B63; }

 a { background-color: rgb(53,91,99); }

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

border-color css

<style>
 span { border-color: #355B63; }

 span { border-color: rgb(53,91,99); }

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