Html Css Color HEX #354F61 Cello

📋 copy color: '#354F61'

red 53 ◦ green 79 ◦ blue 97

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

Shades of Cello #354F61

Tints of Cello #354F61

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.5%

 BLUE value IS 97 (38.28% from 255) = 42.36%

R = 23.14%
G = 34.5%
B = 42.36%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#354F61 (or 0x354F61) is known color: Cello. HEX triplet: 35, 4F and 61. RGB value is (53,79,97). Sum of RGB (Red+Green+Blue) = 53+79+97=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #354F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F61 is #CAB09E. Grayscale: #494949. Windows color (decimal): -13283487 or 6377269. OLE color: 6377269.

HSL color Cylindrical-coordinate representation of color #354F61: hue angle of 204.55º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #354F61 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 79 97 -
CMYK 0.45 0.19 0 0.62
HSL 204.55º 0.29% 0.29% -
HSV(B) 204.55º 0.45% 0.38% -
XYZ 6.42 7.21 12.36 -
YUV 73.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 53 79 97 0.45 0.19 0 0.62 204.55 0.29 0.29
Hex 35 4F 61 2D 13 0 3E CD 1D 1D
Octal 65 117 141 55 23 0 76 315 35 35
Binary 110101 1001111 1100001 101101 10011 0 111110 11001101 11101 11101

Color Harmonies of #354F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F61

Black with #354F61

Text Example


Text Example

White with #354F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,79,97); }

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

background-color css

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

 a { background-color: rgb(53,79,97); }

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

border-color css

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

 span { border-color: rgb(53,79,97); }

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