#354D67

Color #354D67 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #354D67

Tints of Cello #354D67

Color information

#354D67 (or 0x354D67) is unknown color: approx Cello. HEX triplet: 35, 4D and 67. RGB value is (53,77,103). Sum of RGB (Red+Green+Blue) = 53+77+103=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #354D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D67 is #CAB298. Grayscale: #484848. Windows color (decimal): -13283993 or 6769973. OLE color: 6769973.

HSL color Cylindrical-coordinate representation of color #354D67: hue angle of 211.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #354D67 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5377103-
CMYK0.490.2500.60
HSL211.2º32.05%30.59%-
HSV(B)211.2º48.54%40.39%-
XYZ6.577.0413.85-
YUV72.79145.05113.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 77 (30.47% from 255) = 33.05%
BLUE value IS 103 (40.62% from 255) = 44.21%
R=22.75%
G=33.05%
B=44.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53771030.490.2500.60211.232.0530.59
Hex354D67311903Cd3201f
Octal6511514761310743234037
Binary110101100110111001111100011100101111001101001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,77,103); }

 H1.HeaderClassName
 {
   color: #354D67;
 }
 .AnyTagClassName
 {
   color: #354D67;
 }
</style>
background-color css

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

 a { background-color: rgb(53,77,103); }

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

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

 span { border-color: rgb(53,77,103); }

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