Html Css Color HEX #355360 Casal

📋 copy color: '#355360'

red 53 ◦ green 83 ◦ blue 96

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

Shades of Casal #355360

Tints of Casal #355360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.78%

 BLUE value IS 96 (37.89% from 255) = 41.38%

R = 22.84%
G = 35.78%
B = 41.38%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#355360 (or 0x355360) is known color: Casal. HEX triplet: 35, 53 and 60. RGB value is (53,83,96). Sum of RGB (Red+Green+Blue) = 53+83+96=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #355360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355360 is #CAAC9F. Grayscale: #4B4B4B. Windows color (decimal): -13282464 or 6312757. OLE color: 6312757.

HSL color Cylindrical-coordinate representation of color #355360: hue angle of 198.14º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #355360 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 83 96 -
CMYK 0.45 0.14 0 0.62
HSL 198.14º 0.29% 0.29% -
HSV(B) 198.14º 0.45% 0.38% -
XYZ 6.67 7.79 12.22 -
YUV 75.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 53 83 96 0.45 0.14 0 0.62 198.14 0.29 0.29
Hex 35 53 60 2D E 0 3E C6 1D 1D
Octal 65 123 140 55 16 0 76 306 35 35
Binary 110101 1010011 1100000 101101 1110 0 111110 11000110 11101 11101

Color Harmonies of #355360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355360

Black with #355360

Text Example


Text Example

White with #355360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355360; }

 p { color: rgb(53,83,96); }

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

background-color css

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

 a { background-color: rgb(53,83,96); }

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

border-color css

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

 span { border-color: rgb(53,83,96); }

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