Html Css Color HEX #335360 Casal

📋 copy color: '#335360'

red 51 ◦ green 83 ◦ blue 96

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

Shades of Casal #335360

Tints of Casal #335360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.74%

R = 22.17%
G = 36.09%
B = 41.74%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#335360 (or 0x335360) is known color: Casal. HEX triplet: 33, 53 and 60. RGB value is (51,83,96). Sum of RGB (Red+Green+Blue) = 51+83+96=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #335360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335360 is #CCAC9F. Grayscale: #4A4A4A. Windows color (decimal): -13413536 or 6312755. OLE color: 6312755.

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

Color convert

RGB 51 83 96 -
CMYK 0.47 0.14 0 0.62
HSL 197.33º 0.31% 0.29% -
HSV(B) 197.33º 0.47% 0.38% -
XYZ 6.57 7.73 12.21 -
YUV 74.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 51 83 96 0.47 0.14 0 0.62 197.33 0.31 0.29
Hex 33 53 60 2F E 0 3E C5 1F 1D
Octal 63 123 140 57 16 0 76 305 37 35
Binary 110011 1010011 1100000 101111 1110 0 111110 11000101 11111 11101

Color Harmonies of #335360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335360

Black with #335360

Text Example


Text Example

White with #335360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335360; }

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

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

background-color css

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

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

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

border-color css

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

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

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