Html Css Color HEX #354C5F Cello

📋 copy color: '#354C5F'

red 53 ◦ green 76 ◦ blue 95

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

Shades of Cello #354C5F

Tints of Cello #354C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.93%

 BLUE value IS 95 (37.5% from 255) = 42.41%

R = 23.66%
G = 33.93%
B = 42.41%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#354C5F (or 0x354C5F) is known color: Cello. HEX triplet: 35, 4C and 5F. RGB value is (53,76,95). Sum of RGB (Red+Green+Blue) = 53+76+95=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #354C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C5F is #CAB3A0. Grayscale: #474747. Windows color (decimal): -13284257 or 6245429. OLE color: 6245429.

HSL color Cylindrical-coordinate representation of color #354C5F: hue angle of 207.14º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #354C5F is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 76 95 -
CMYK 0.44 0.20 0 0.63
HSL 207.14º 0.28% 0.29% -
HSV(B) 207.14º 0.44% 0.37% -
XYZ 6.12 6.75 11.81 -
YUV 71.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 53 76 95 0.44 0.20 0 0.63 207.14 0.28 0.29
Hex 35 4C 5F 2C 14 0 3F CF 1C 1D
Octal 65 114 137 54 24 0 77 317 34 35
Binary 110101 1001100 1011111 101100 10100 0 111111 11001111 11100 11101

Color Harmonies of #354C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C5F

Black with #354C5F

Text Example


Text Example

White with #354C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354C5F; }

 p { color: rgb(53,76,95); }

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

background-color css

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

 a { background-color: rgb(53,76,95); }

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

border-color css

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

 span { border-color: rgb(53,76,95); }

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