Html Css Color HEX #335363 Cello

📋 copy color: '#335363'

red 51 ◦ green 83 ◦ blue 99

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

Shades of Cello #335363

Tints of Cello #335363

RGB

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

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

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

R = 21.89%
G = 35.62%
B = 42.49%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#335363 (or 0x335363) is known color: Cello. HEX triplet: 33, 53 and 63. RGB value is (51,83,99). Sum of RGB (Red+Green+Blue) = 51+83+99=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #335363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335363 is #CCAC9C. Grayscale: #4B4B4B. Windows color (decimal): -13413533 or 6509363. OLE color: 6509363.

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

Color convert

RGB 51 83 99 -
CMYK 0.48 0.16 0 0.61
HSL 200º 0.32% 0.29% -
HSV(B) 200º 0.48% 0.39% -
XYZ 6.71 7.79 12.95 -
YUV 75.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 51 83 99 0.48 0.16 0 0.61 200 0.32 0.29
Hex 33 53 63 30 10 0 3D C8 20 1D
Octal 63 123 143 60 20 0 75 310 40 35
Binary 110011 1010011 1100011 110000 10000 0 111101 11001000 100000 11101

Color Harmonies of #335363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335363

Black with #335363

Text Example


Text Example

White with #335363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335363; }

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

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

background-color css

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

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

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

border-color css

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

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

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