Html Css Color HEX #354E61 Cello

📋 copy color: '#354E61'

red 53 ◦ green 78 ◦ blue 97

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

Shades of Cello #354E61

Tints of Cello #354E61

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.21%

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

R = 23.25%
G = 34.21%
B = 42.54%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#354E61 (or 0x354E61) is known color: Cello. HEX triplet: 35, 4E and 61. RGB value is (53,78,97). Sum of RGB (Red+Green+Blue) = 53+78+97=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #354E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E61 is #CAB19E. Grayscale: #484848. Windows color (decimal): -13283743 or 6377013. OLE color: 6377013.

HSL color Cylindrical-coordinate representation of color #354E61: hue angle of 205.91º 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 #354E61 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 78 97 -
CMYK 0.45 0.20 0 0.62
HSL 205.91º 0.29% 0.29% -
HSV(B) 205.91º 0.45% 0.38% -
XYZ 6.35 7.07 12.34 -
YUV 72.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 53 78 97 0.45 0.20 0 0.62 205.91 0.29 0.29
Hex 35 4E 61 2D 14 0 3E CE 1D 1D
Octal 65 116 141 55 24 0 76 316 35 35
Binary 110101 1001110 1100001 101101 10100 0 111110 11001110 11101 11101

Color Harmonies of #354E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E61

Black with #354E61

Text Example


Text Example

White with #354E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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