Html Css Color HEX #335562 Casal

📋 copy color: '#335562'

red 51 ◦ green 85 ◦ blue 98

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

Shades of Casal #335562

Tints of Casal #335562

RGB

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

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

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

R = 21.79%
G = 36.32%
B = 41.88%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#335562 (or 0x335562) is known color: Casal. HEX triplet: 33, 55 and 62. RGB value is (51,85,98). Sum of RGB (Red+Green+Blue) = 51+85+98=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #335562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335562 is #CCAA9D. Grayscale: #4C4C4C. Windows color (decimal): -13413022 or 6444339. OLE color: 6444339.

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

Color convert

RGB 51 85 98 -
CMYK 0.48 0.13 0 0.62
HSL 196.6º 0.32% 0.29% -
HSV(B) 196.6º 0.48% 0.38% -
XYZ 6.82 8.08 12.76 -
YUV 76.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 51 85 98 0.48 0.13 0 0.62 196.6 0.32 0.29
Hex 33 55 62 30 D 0 3E C5 20 1D
Octal 63 125 142 60 15 0 76 305 40 35
Binary 110011 1010101 1100010 110000 1101 0 111110 11000101 100000 11101

Color Harmonies of #335562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335562

Black with #335562

Text Example


Text Example

White with #335562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335562; }

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

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

background-color css

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

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

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

border-color css

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

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

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