Html Css Color HEX #354E63 Cello

📋 copy color: '#354E63'

red 53 ◦ green 78 ◦ blue 99

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

Shades of Cello #354E63

Tints of Cello #354E63

RGB

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

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

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

R = 23.04%
G = 33.91%
B = 43.04%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#354E63 (or 0x354E63) is known color: Cello. HEX triplet: 35, 4E and 63. RGB value is (53,78,99). Sum of RGB (Red+Green+Blue) = 53+78+99=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #354E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E63 is #CAB19C. Grayscale: #484848. Windows color (decimal): -13283741 or 6508085. OLE color: 6508085.

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

Color convert

RGB 53 78 99 -
CMYK 0.46 0.21 0 0.61
HSL 207.39º 0.3% 0.3% -
HSV(B) 207.39º 0.46% 0.39% -
XYZ 6.44 7.11 12.84 -
YUV 72.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 53 78 99 0.46 0.21 0 0.61 207.39 0.3 0.3
Hex 35 4E 63 2E 15 0 3D CF 1E 1E
Octal 65 116 143 56 25 0 75 317 36 36
Binary 110101 1001110 1100011 101110 10101 0 111101 11001111 11110 11110

Color Harmonies of #354E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E63

Black with #354E63

Text Example


Text Example

White with #354E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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