Html Css Color HEX #335359 Casal

📋 copy color: '#335359'

red 51 ◦ green 83 ◦ blue 89

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

Shades of Casal #335359

Tints of Casal #335359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 39.91%

R = 22.87%
G = 37.22%
B = 39.91%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#335359 (or 0x335359) is known color: Casal. HEX triplet: 33, 53 and 59. RGB value is (51,83,89). Sum of RGB (Red+Green+Blue) = 51+83+89=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #335359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335359 is #CCACA6. Grayscale: #4A4A4A. Windows color (decimal): -13413543 or 5854003. OLE color: 5854003.

HSL color Cylindrical-coordinate representation of color #335359: hue angle of 189.47º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335359 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 83 89 -
CMYK 0.43 0.07 0 0.65
HSL 189.47º 0.27% 0.27% -
HSV(B) 189.47º 0.43% 0.35% -
XYZ 6.26 7.61 10.59 -
YUV 74.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 51 83 89 0.43 0.07 0 0.65 189.47 0.27 0.27
Hex 33 53 59 2B 7 0 41 BD 1B 1B
Octal 63 123 131 53 7 0 101 275 33 33
Binary 110011 1010011 1011001 101011 111 0 1000001 10111101 11011 11011

Color Harmonies of #335359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335359

Black with #335359

Text Example


Text Example

White with #335359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335359; }

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

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

background-color css

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

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

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

border-color css

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

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

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