Html Css Color HEX #335963 Casal

📋 copy color: '#335963'

red 51 ◦ green 89 ◦ blue 99

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

Shades of Casal #335963

Tints of Casal #335963

RGB

 RED value IS 51 (20.31% from 255) = 21.34%

 GREEN value IS 89 (35.16% from 255) = 37.24%

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

R = 21.34%
G = 37.24%
B = 41.42%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#335963 (or 0x335963) is known color: Casal. HEX triplet: 33, 59 and 63. RGB value is (51,89,99). Sum of RGB (Red+Green+Blue) = 51+89+99=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #335963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335963 is #CCA69C. Grayscale: #4E4E4E. Windows color (decimal): -13411997 or 6510899. OLE color: 6510899.

HSL color Cylindrical-coordinate representation of color #335963: hue angle of 192.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #335963 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 89 99 -
CMYK 0.48 0.10 0 0.61
HSL 192.5º 0.32% 0.29% -
HSV(B) 192.5º 0.48% 0.39% -
XYZ 7.19 8.75 13.11 -
YUV 78.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 51 89 99 0.48 0.10 0 0.61 192.5 0.32 0.29
Hex 33 59 63 30 A 0 3D C0 20 1D
Octal 63 131 143 60 12 0 75 300 40 35
Binary 110011 1011001 1100011 110000 1010 0 111101 11000000 100000 11101

Color Harmonies of #335963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335963

Black with #335963

Text Example


Text Example

White with #335963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335963; }

 p { color: rgb(51,89,99); }

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

background-color css

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

 a { background-color: rgb(51,89,99); }

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

border-color css

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

 span { border-color: rgb(51,89,99); }

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