Html Css Color HEX #354965 Cello

📋 copy color: '#354965'

red 53 ◦ green 73 ◦ blue 101

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

Shades of Cello #354965

Tints of Cello #354965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.49%

R = 23.35%
G = 32.16%
B = 44.49%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#354965 (or 0x354965) is known color: Cello. HEX triplet: 35, 49 and 65. RGB value is (53,73,101). Sum of RGB (Red+Green+Blue) = 53+73+101=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #354965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354965 is #CAB69A. Grayscale: #464646. Windows color (decimal): -13285019 or 6637877. OLE color: 6637877.

HSL color Cylindrical-coordinate representation of color #354965: hue angle of 215º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #354965 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 73 101 -
CMYK 0.48 0.28 0 0.60
HSL 215º 0.31% 0.3% -
HSV(B) 215º 0.48% 0.4% -
XYZ 6.2 6.46 13.23 -
YUV 70.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 53 73 101 0.48 0.28 0 0.60 215 0.31 0.3
Hex 35 49 65 30 1C 0 3C D7 1F 1E
Octal 65 111 145 60 34 0 74 327 37 36
Binary 110101 1001001 1100101 110000 11100 0 111100 11010111 11111 11110

Color Harmonies of #354965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354965

Black with #354965

Text Example


Text Example

White with #354965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354965; }

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

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

background-color css

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

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

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

border-color css

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

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

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