Html Css Color HEX #354963 Cello

📋 copy color: '#354963'

red 53 ◦ green 73 ◦ blue 99

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

Shades of Cello #354963

Tints of Cello #354963

RGB

 RED value IS 53 (21.09% from 255) = 23.56%

 GREEN value IS 73 (28.91% from 255) = 32.44%

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

R = 23.56%
G = 32.44%
B = 44%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#354963 (or 0x354963) is known color: Cello. HEX triplet: 35, 49 and 63. RGB value is (53,73,99). Sum of RGB (Red+Green+Blue) = 53+73+99=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #354963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354963 is #CAB69C. Grayscale: #454545. Windows color (decimal): -13285021 or 6506805. OLE color: 6506805.

HSL color Cylindrical-coordinate representation of color #354963: hue angle of 213.91º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #354963 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 73 99 -
CMYK 0.46 0.26 0 0.61
HSL 213.91º 0.3% 0.3% -
HSV(B) 213.91º 0.46% 0.39% -
XYZ 6.1 6.42 12.72 -
YUV 69.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 53 73 99 0.46 0.26 0 0.61 213.91 0.3 0.3
Hex 35 49 63 2E 1A 0 3D D6 1E 1E
Octal 65 111 143 56 32 0 75 326 36 36
Binary 110101 1001001 1100011 101110 11010 0 111101 11010110 11110 11110

Color Harmonies of #354963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354963

Black with #354963

Text Example


Text Example

White with #354963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354963; }

 p { color: rgb(53,73,99); }

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

background-color css

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

 a { background-color: rgb(53,73,99); }

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

border-color css

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

 span { border-color: rgb(53,73,99); }

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