Html Css Color HEX #355663 Casal

📋 copy color: '#355663'

red 53 ◦ green 86 ◦ blue 99

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

Shades of Casal #355663

Tints of Casal #355663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.13%

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

R = 22.27%
G = 36.13%
B = 41.6%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#355663 (or 0x355663) is known color: Casal. HEX triplet: 35, 56 and 63. RGB value is (53,86,99). Sum of RGB (Red+Green+Blue) = 53+86+99=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #355663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355663 is #CAA99C. Grayscale: #4D4D4D. Windows color (decimal): -13281693 or 6510133. OLE color: 6510133.

HSL color Cylindrical-coordinate representation of color #355663: hue angle of 196.96º 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 #355663 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 86 99 -
CMYK 0.46 0.13 0 0.61
HSL 196.96º 0.3% 0.3% -
HSV(B) 196.96º 0.46% 0.39% -
XYZ 7.05 8.31 13.04 -
YUV 77.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 53 86 99 0.46 0.13 0 0.61 196.96 0.3 0.3
Hex 35 56 63 2E D 0 3D C5 1E 1E
Octal 65 126 143 56 15 0 75 305 36 36
Binary 110101 1010110 1100011 101110 1101 0 111101 11000101 11110 11110

Color Harmonies of #355663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355663

Black with #355663

Text Example


Text Example

White with #355663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355663; }

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

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

background-color css

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

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

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

border-color css

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

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

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