Html Css Color HEX #335561 Casal

📋 copy color: '#335561'

red 51 ◦ green 85 ◦ blue 97

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

Shades of Casal #335561

Tints of Casal #335561

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.48%

 BLUE value IS 97 (38.28% from 255) = 41.63%

R = 21.89%
G = 36.48%
B = 41.63%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#335561 (or 0x335561) is known color: Casal. HEX triplet: 33, 55 and 61. RGB value is (51,85,97). Sum of RGB (Red+Green+Blue) = 51+85+97=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #335561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335561 is #CCAA9E. Grayscale: #4C4C4C. Windows color (decimal): -13413023 or 6378803. OLE color: 6378803.

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

Color convert

RGB 51 85 97 -
CMYK 0.47 0.12 0 0.62
HSL 195.65º 0.31% 0.29% -
HSV(B) 195.65º 0.47% 0.38% -
XYZ 6.77 8.06 12.51 -
YUV 76.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 51 85 97 0.47 0.12 0 0.62 195.65 0.31 0.29
Hex 33 55 61 2F C 0 3E C4 1F 1D
Octal 63 125 141 57 14 0 76 304 37 35
Binary 110011 1010101 1100001 101111 1100 0 111110 11000100 11111 11101

Color Harmonies of #335561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335561

Black with #335561

Text Example


Text Example

White with #335561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335561; }

 p { color: rgb(51,85,97); }

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

background-color css

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

 a { background-color: rgb(51,85,97); }

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

border-color css

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

 span { border-color: rgb(51,85,97); }

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