Html Css Color HEX #335C63 Casal

📋 copy color: '#335C63'

red 51 ◦ green 92 ◦ blue 99

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

Shades of Casal #335C63

Tints of Casal #335C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.02%

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

R = 21.07%
G = 38.02%
B = 40.91%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#335C63 (or 0x335C63) is known color: Casal. HEX triplet: 33, 5C and 63. RGB value is (51,92,99). Sum of RGB (Red+Green+Blue) = 51+92+99=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #335C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C63 is #CCA39C. Grayscale: #505050. Windows color (decimal): -13411229 or 6511667. OLE color: 6511667.

HSL color Cylindrical-coordinate representation of color #335C63: hue angle of 188.75º 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 #335C63 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 92 99 -
CMYK 0.48 0.07 0 0.61
HSL 188.75º 0.32% 0.29% -
HSV(B) 188.75º 0.48% 0.39% -
XYZ 7.44 9.26 13.2 -
YUV 80.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 51 92 99 0.48 0.07 0 0.61 188.75 0.32 0.29
Hex 33 5C 63 30 7 0 3D BD 20 1D
Octal 63 134 143 60 7 0 75 275 40 35
Binary 110011 1011100 1100011 110000 111 0 111101 10111101 100000 11101

Color Harmonies of #335C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335C63

Black with #335C63

Text Example


Text Example

White with #335C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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