Html Css Color HEX #355460 Casal

📋 copy color: '#355460'

red 53 ◦ green 84 ◦ blue 96

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

Shades of Casal #355460

Tints of Casal #355460

RGB

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

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

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

R = 22.75%
G = 36.05%
B = 41.2%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#355460 (or 0x355460) is known color: Casal. HEX triplet: 35, 54 and 60. RGB value is (53,84,96). Sum of RGB (Red+Green+Blue) = 53+84+96=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #355460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355460 is #CAAB9F. Grayscale: #4C4C4C. Windows color (decimal): -13282208 or 6313013. OLE color: 6313013.

HSL color Cylindrical-coordinate representation of color #355460: hue angle of 196.74º 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 #355460 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 84 96 -
CMYK 0.45 0.12 0 0.62
HSL 196.74º 0.29% 0.29% -
HSV(B) 196.74º 0.45% 0.38% -
XYZ 6.75 7.94 12.24 -
YUV 76.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 53 84 96 0.45 0.12 0 0.62 196.74 0.29 0.29
Hex 35 54 60 2D C 0 3E C5 1D 1D
Octal 65 124 140 55 14 0 76 305 35 35
Binary 110101 1010100 1100000 101101 1100 0 111110 11000101 11101 11101

Color Harmonies of #355460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355460

Black with #355460

Text Example


Text Example

White with #355460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355460; }

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

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

background-color css

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

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

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

border-color css

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

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

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