Html Css Color HEX #354863 Cello

📋 copy color: '#354863'

red 53 ◦ green 72 ◦ blue 99

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

Shades of Cello #354863

Tints of Cello #354863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.14%

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

R = 23.66%
G = 32.14%
B = 44.2%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#354863 (or 0x354863) is known color: Cello. HEX triplet: 35, 48 and 63. RGB value is (53,72,99). Sum of RGB (Red+Green+Blue) = 53+72+99=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #354863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354863 is #CAB79C. Grayscale: #454545. Windows color (decimal): -13285277 or 6506549. OLE color: 6506549.

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

Color convert

RGB 53 72 99 -
CMYK 0.46 0.27 0 0.61
HSL 215.22º 0.3% 0.3% -
HSV(B) 215.22º 0.46% 0.39% -
XYZ 6.04 6.29 12.7 -
YUV 69.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 53 72 99 0.46 0.27 0 0.61 215.22 0.3 0.3
Hex 35 48 63 2E 1B 0 3D D7 1E 1E
Octal 65 110 143 56 33 0 75 327 36 36
Binary 110101 1001000 1100011 101110 11011 0 111101 11010111 11110 11110

Color Harmonies of #354863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354863

Black with #354863

Text Example


Text Example

White with #354863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354863; }

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

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

background-color css

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

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

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

border-color css

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

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

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