Html Css Color HEX #354E65 Cello

📋 copy color: '#354E65'

red 53 ◦ green 78 ◦ blue 101

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

Shades of Cello #354E65

Tints of Cello #354E65

RGB

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

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

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

R = 22.84%
G = 33.62%
B = 43.53%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#354E65 (or 0x354E65) is known color: Cello. HEX triplet: 35, 4E and 65. RGB value is (53,78,101). Sum of RGB (Red+Green+Blue) = 53+78+101=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #354E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E65 is #CAB19A. Grayscale: #494949. Windows color (decimal): -13283739 or 6639157. OLE color: 6639157.

HSL color Cylindrical-coordinate representation of color #354E65: hue angle of 208.75º 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 #354E65 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 78 101 -
CMYK 0.48 0.23 0 0.60
HSL 208.75º 0.31% 0.3% -
HSV(B) 208.75º 0.48% 0.4% -
XYZ 6.54 7.15 13.35 -
YUV 73.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 53 78 101 0.48 0.23 0 0.60 208.75 0.31 0.3
Hex 35 4E 65 30 17 0 3C D1 1F 1E
Octal 65 116 145 60 27 0 74 321 37 36
Binary 110101 1001110 1100101 110000 10111 0 111100 11010001 11111 11110

Color Harmonies of #354E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E65

Black with #354E65

Text Example


Text Example

White with #354E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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