Html Css Color HEX #354F63 Cello

📋 copy color: '#354F63'

red 53 ◦ green 79 ◦ blue 99

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

Shades of Cello #354F63

Tints of Cello #354F63

RGB

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

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

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

R = 22.94%
G = 34.2%
B = 42.86%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#354F63 (or 0x354F63) is known color: Cello. HEX triplet: 35, 4F and 63. RGB value is (53,79,99). Sum of RGB (Red+Green+Blue) = 53+79+99=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #354F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F63 is #CAB09C. Grayscale: #494949. Windows color (decimal): -13283485 or 6508341. OLE color: 6508341.

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

Color convert

RGB 53 79 99 -
CMYK 0.46 0.20 0 0.61
HSL 206.09º 0.3% 0.3% -
HSV(B) 206.09º 0.46% 0.39% -
XYZ 6.52 7.25 12.86 -
YUV 73.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 53 79 99 0.46 0.20 0 0.61 206.09 0.3 0.3
Hex 35 4F 63 2E 14 0 3D CE 1E 1E
Octal 65 117 143 56 24 0 75 316 36 36
Binary 110101 1001111 1100011 101110 10100 0 111101 11001110 11110 11110

Color Harmonies of #354F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F63

Black with #354F63

Text Example


Text Example

White with #354F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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