Html Css Color HEX #335762 Casal

📋 copy color: '#335762'

red 51 ◦ green 87 ◦ blue 98

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

Shades of Casal #335762

Tints of Casal #335762

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.86%

 BLUE value IS 98 (38.67% from 255) = 41.53%

R = 21.61%
G = 36.86%
B = 41.53%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#335762 (or 0x335762) is known color: Casal. HEX triplet: 33, 57 and 62. RGB value is (51,87,98). Sum of RGB (Red+Green+Blue) = 51+87+98=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #335762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335762 is #CCA89D. Grayscale: #4D4D4D. Windows color (decimal): -13412510 or 6444851. OLE color: 6444851.

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

Color convert

RGB 51 87 98 -
CMYK 0.48 0.11 0 0.62
HSL 194.04º 0.32% 0.29% -
HSV(B) 194.04º 0.48% 0.38% -
XYZ 6.98 8.4 12.81 -
YUV 77.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 51 87 98 0.48 0.11 0 0.62 194.04 0.32 0.29
Hex 33 57 62 30 B 0 3E C2 20 1D
Octal 63 127 142 60 13 0 76 302 40 35
Binary 110011 1010111 1100010 110000 1011 0 111110 11000010 100000 11101

Color Harmonies of #335762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335762

Black with #335762

Text Example


Text Example

White with #335762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335762; }

 p { color: rgb(51,87,98); }

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

background-color css

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

 a { background-color: rgb(51,87,98); }

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

border-color css

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

 span { border-color: rgb(51,87,98); }

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