#354E67

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

Shades of Cello #354E67

Tints of Cello #354E67

Color information

#354E67 (or 0x354E67) is unknown color: approx Cello. HEX triplet: 35, 4E and 67. RGB value is (53,78,103). Sum of RGB (Red+Green+Blue) = 53+78+103=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #354E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E67 is #CAB198. Grayscale: #494949. Windows color (decimal): -13283737 or 6770229. OLE color: 6770229.

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

Color convert

RGB5378103-
CMYK0.490.2400.60
HSL210º32.05%30.59%-
HSV(B)210º48.54%40.39%-
XYZ6.647.1813.87-
YUV73.38144.72113.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 78 (30.86% from 255) = 33.33%
BLUE value IS 103 (40.62% from 255) = 44.02%
R=22.65%
G=33.33%
B=44.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53781030.490.2400.6021032.0530.59
Hex354E67311803Cd2201f
Octal6511614761300743224037
Binary110101100111011001111100011100001111001101001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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